Explorar o código

class comments

Nicolas Petton %!s(int64=12) %!d(string=hai) anos
pai
achega
f494c0d5aa
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      js/Compiler-IR.js
  2. 2 2
      st/Compiler-IR.st

+ 1 - 1
js/Compiler-IR.js

@@ -1720,7 +1720,7 @@ smalltalk.IRBlockReturn);
 
 
 smalltalk.addClass('IRNonLocalReturn', smalltalk.IRReturn, [], 'Compiler-IR');
-smalltalk.IRNonLocalReturn.comment="I am a non local return instruction.\x0aNon local returns are handled using a try/catch JS statement.\x0a\x0aSee IRNonLocalReturnHandling class"
+smalltalk.IRNonLocalReturn.comment="I am a non local return instruction.\x0aNon local returns are handled using a try/catch JavaScript statement.\x0a\x0aSee `IRNonLocalReturnHandling` class."
 smalltalk.addMethod(
 smalltalk.method({
 selector: "accept:",

+ 2 - 2
st/Compiler-IR.st

@@ -584,9 +584,9 @@ IRReturn subclass: #IRNonLocalReturn
 	package: 'Compiler-IR'!
 !IRNonLocalReturn commentStamp!
 I am a non local return instruction.
-Non local returns are handled using a try/catch JS statement.
+Non local returns are handled using a try/catch JavaScript statement.
 
-See IRNonLocalReturnHandling class!
+See `IRNonLocalReturnHandling` class.!
 
 !IRNonLocalReturn methodsFor: 'testing'!