Herby Vojčík 4 years ago
parent
commit
b77c22cc38
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/Silk.js
  2. 1 1
      src/Silk.st

+ 1 - 1
src/Silk.js

@@ -144,7 +144,7 @@ $globals.Silk.a$cls);
 
 $core.addTrait("TSilkBuilder", "Silk");
 //>>excludeStart("ide", pragmas.excludeIdeData);
-$globals.TSilkBuilder.comment="I contain Silk's \x22build element via DNU\x22 behaviour.\x0a\x0aI expect #namespace and #newElement:xmns: to be implemented.";
+$globals.TSilkBuilder.comment="I contain Silk's \x22build element via DNU\x22 behaviour.\x0a\x0aI expect #namespace and #newElement:xmlns: to be implemented.";
 //>>excludeEnd("ide");
 $core.addMethod(
 $core.method({

+ 1 - 1
src/Silk.st

@@ -103,7 +103,7 @@ Trait named: #TSilkBuilder
 !TSilkBuilder commentStamp!
 I contain Silk's "build element via DNU" behaviour.
 
-I expect #namespace and #newElement:xmns: to be implemented.!
+I expect #namespace and #newElement:xmlns: to be implemented.!
 
 !TSilkBuilder methodsFor: 'convenience'!