From 9fae73d55b161657b81218ab7b2179a0739292d4 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Tue, 24 Oct 2017 09:10:58 +0100 Subject: [PATCH] Change namespace in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76382e8..5a0c8ee 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ std::optional get_cute_cat (const image& img) { You can do this: ``` -std::optional get_cute_cat (const image& img) { +tl::optional get_cute_cat (const image& img) { return crop_to_cat(img) .and_then(add_bow_tie) .and_then(make_eyes_sparkle)