Skip to content

Commit

Permalink
Removed weird character from example file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Jun 16, 2011
1 parent cc8bd10 commit 67cae77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/actor_bunnies.fy
Expand Up @@ -19,7 +19,7 @@ class Bunny {
}
}

@thread = Thread current # save current Thread so it can be resumed񓩌
@thread = Thread current # save current Thread so it can be resumed
def self stopped {
@amount = @amount - 1
{ @thread run } if: (@amount == 0)
Expand Down

0 comments on commit 67cae77

Please sign in to comment.