Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Hinduja Balasubramaniyam <28644893+HindujaB@users.noreply.github.com>
  • Loading branch information
gabilang and HindujaB authored Jan 17, 2024
1 parent 8dfc191 commit 7c241f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function testServiceObjectValue() {
var y = wait callMethod(s, "$get$foo$path");
assertEquality(y, s.message + "foo");

// "$get$." is encorded into "$gen$$get$&0046"
// "$get$." is encoded into "$gen$$get$&0046"
var z = wait callMethod(s, "$gen$$get$&0046");
assertEquality(z, s.message + "dot");

Expand Down

0 comments on commit 7c241f4

Please sign in to comment.