Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ radically different.
if z if (z)
Bloop 123 return Bloop(123);
else else
this.bleep = $zing return this.bleep=$zing;});}
end
end
this.bleep = $zing return this.bleep=$zing;
end });
end }
end

Notice a few things:
Expand Down