Skip to content

Commit a0871a4

Browse files
committed
#20 Update README
1 parent a31c099 commit a0871a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ClassMethod print(value As %String)
6262
Class MyPackage.IO extens DeclarativeProvider
6363
{
6464
65-
// @Declarative [io:print]
65+
/// @Declarative("io:print")
6666
ClassMethod print(value As %String)
6767
{
6868
w value

0 commit comments

Comments
 (0)