Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri authored and gbrail committed Aug 16, 2023
1 parent a1e011b commit 4c95547
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/org/mozilla/javascript/resources/Messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -936,10 +936,11 @@ msg.no.new =\
msg.map.function.not =\
Map function is not actually a function

msg.constructor.no.function \=
msg.constructor.no.function =\
The constructor for {0} may not be invoked as a function

msg.this.not.instance \= \"this\" is not an instance of the class
msg.this.not.instance =\
\"this\" is not an instance of the class

# Promises
msg.function.expected =\
Expand All @@ -951,8 +952,8 @@ msg.constructor.expected =\
msg.promise.self.resolution =\
Promise is being self-resolved

msg.promise.capability.state \=
Invalid promise capability state
msg.promise.capability.state =\
Invalid promise capability state

msg.promise.all.toobig \=
msg.promise.all.toobig =\
Too many inputs to Promise.all

0 comments on commit 4c95547

Please sign in to comment.