Skip to content

Commit 02bf03d

Browse files
committed
Fixed a wrong word in the example file for std::any
1 parent 28665ef commit 02bf03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/any.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* It is a bit more complex than the other examples, because it
44
* uses custom row_extractor and statement_binder.
55
* Please note that this implementation is not the one and only
6-
* option of implementation of std:any bindong to sqlite_orm.
6+
* option of implementation of `std:any` binding to sqlite_orm.
77
* It is just an example of how to use std::any as a mapped type.
88
* Implementation is based on 5 types SQLite supports:
99
* NULL, INTEGER, REAL, TEXT, BLOB.

0 commit comments

Comments
 (0)