Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 62ba5d9

Browse files
committed
Fix comment in "seaOfNodes" function
1 parent 41e92af commit 62ba5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createRuby.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default async function createRuby() {
4747

4848
return vm.eval(rubySource).toString();
4949
},
50-
// A function to print the current YARV execution
50+
// A function to print the current sea of nodes
5151
seaOfNodes(source) {
5252
const jsonSource = JSON.stringify(JSON.stringify(source));
5353
const rubySource = `

0 commit comments

Comments
 (0)