Skip to content

Commit

Permalink
Fixed a typo in the book. Thanks Jason (confusionary)
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Jan 8, 2010
1 parent a7be307 commit d4b6330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/02_getting_started
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ simplest ones first.
end
end

class DigitsAndEverything < R '/nuts/(\d+)/([^/+])'
class DigitsAndEverything < R '/nuts/(\d+)/([^/]+)'
def get(number, everything)
"You got here by: /nuts/#{number}/#{everything}"
end
Expand Down

0 comments on commit d4b6330

Please sign in to comment.