Laurent Laffont 12 lat temu
rodzic
commit
76a2cf6508
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/nodejs/hello/Hello.st

+ 1 - 1
examples/nodejs/hello/Hello.st

@@ -5,5 +5,5 @@ Object subclass: #Hello
 !Hello class methodsFor: 'main'!
 
 main
-	console log: 'Hello world from JTalk in Node.js'
+	console log: 'Hello world from Amber in Node.js'
 ! !