Skip to content

Commit

Permalink
one more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Mar 30, 2011
1 parent 82a1d29 commit 5be4429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/beginner.pdc
Expand Up @@ -311,7 +311,7 @@ var foo = {bar: 'foobar'};
console.log(foo); console.log(foo);
~~~ ~~~


Or you can use it's sprintf()-like capabilities to format your debug output: Or you can use its sprintf()-like capabilities to format your debug output:


~~~ {.javascript} ~~~ {.javascript}
var foo = {bar: 'foobar'}; var foo = {bar: 'foobar'};
Expand Down

0 comments on commit 5be4429

Please sign in to comment.