Skip to content

Commit

Permalink
Cleaned up grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
doomchild committed Mar 21, 2012
1 parent 8f14304 commit bcf96cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/middleware/static.lisp
Expand Up @@ -88,7 +88,7 @@ Notice. Don't forget to add slush \"/\" to the end.
"

@doc:EXAMPLE "
Following example code would serve */public/foo.jpg* from */static-files/foo.jpg*.
The following example code would serve */public/foo.jpg* from */static-files/foo.jpg*.
(run
(builder
Expand All @@ -97,7 +97,7 @@ Following example code would serve */public/foo.jpg* from */static-files/foo.jpg
:root #p\"/static-files/\")
app))
You can set any function that returns mapped filename, for <code>:path</code>. Above example is able to be rewritten as following code.
You can set any function that returns a mapped filename as <code>:path</code>. The above example can be rewritten as following code.
(run
(builder
Expand Down

0 comments on commit bcf96cf

Please sign in to comment.