Skip to content

Commit

Permalink
Fixing syntax error in the guides. Fixes #1137
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Feb 2, 2023
1 parent f2d362d commit a14060f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/guides/testing/testing_actions.cr
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Guides::Testing::TestingActions < GuideAction
def page(page : Int32, per_page = 10)
# Set pagination headers
headers("Range": "order,id \#{page * per_page}; order=desc,max=\#{per_page}"
headers("Range": "order,id \#{page * per_page}; order=desc,max=\#{per_page}")
end
end
```
Expand Down

0 comments on commit a14060f

Please sign in to comment.