From 6039e145503fff87a7e4cbd1119420b7f812eb3b Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Tue, 17 Dec 2024 13:29:15 -0800 Subject: [PATCH] fix missing end comment --- using-the-textfield-class/working-with-static-text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/using-the-textfield-class/working-with-static-text.md b/using-the-textfield-class/working-with-static-text.md index eded603..b483265 100644 --- a/using-the-textfield-class/working-with-static-text.md +++ b/using-the-textfield-class/working-with-static-text.md @@ -70,4 +70,4 @@ trace(myText); The TextSnapshot class is useful for getting the text out of static text fields in a loaded SWF file, if you want to use the text as a value in another part of -an application. +an application.-->