Skip to content

Commit

Permalink
typo fix in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Jan 25, 2012
1 parent be0b1fe commit 81299f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/html.fy
Expand Up @@ -8,7 +8,7 @@ class HTML {
html: @{
head: @{ title: \"My Fancy Website\" }
body: @{
div: { id: \main\ } with: \"Hello, Fancy World!\"
div: { id: \"main\" } with: \"Hello, Fancy World!\"
}
}
} . to_s
Expand Down

0 comments on commit 81299f0

Please sign in to comment.