diff --git a/docs/source/tutorial/variables.rst b/docs/source/tutorial/variables.rst index 8a05f02c..bd82253b 100644 --- a/docs/source/tutorial/variables.rst +++ b/docs/source/tutorial/variables.rst @@ -53,7 +53,7 @@ You can interact with the variables like this: // can also get it using the "get" member function // auto replaces the unqualified type name - auto resolution = config.get( "resolution ); + auto resolution = config.get( "resolution" ); // table and state can have multiple things pulled out of it too std::pair xyresolution = resolution.get( "x", "y" );