aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLaurent Meyer <laurent@moid.de>2015-02-22 15:29:39 +0100
committerLaurent Meyer <laurent@moid.de>2015-02-22 15:29:39 +0100
commit673238c2d6496e0737eb6d7f7bc1b95a4fe3aa64 (patch)
tree7869c6a06b9bb8009b33eccb0a71f0645e66e210 /examples
parentcc33f580eec4a8f9f9d646c12ffca6d20bfb1bb0 (diff)
downloadcrow-673238c2d6496e0737eb6d7f7bc1b95a4fe3aa64.tar.gz
crow-673238c2d6496e0737eb6d7f7bc1b95a4fe3aa64.zip
Corrected a typo
Diffstat (limited to 'examples')
-rw-r--r--examples/example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example.cpp b/examples/example.cpp
index bcaa006..dec57cd 100644
--- a/examples/example.cpp
+++ b/examples/example.cpp
@@ -126,7 +126,7 @@ int main()
std::ostringstream os;
// To get a simple string from the url params
- // To see it in action /param?foo='blabla'
+ // To see it in action /params?foo='blabla'
os << "Params: " << req.url_params << "\n\n";
os << "The key 'foo' was " << (req.url_params.get("foo") == nullptr ? "not " : "") << "found.\n";