diff --git a/docs/functions.md b/docs/functions.md index f489c61..9b9a106 100644 --- a/docs/functions.md +++ b/docs/functions.md @@ -346,7 +346,7 @@ def create_menu(config: MenuConfig): # ... -config = MenuConfig +config = MenuConfig() config.title = "My delicious menu" config.body = "A description of the various items on the menu" config.button_text = "Order now!"