From 410fcaa212b698e63f37abc10e747761fd155c37 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Sun, 19 Jun 2022 14:18:41 -0700 Subject: [PATCH] Forms: typo --- src/Brick/Forms.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Brick/Forms.hs b/src/Brick/Forms.hs index a601157..6a046b0 100644 --- a/src/Brick/Forms.hs +++ b/src/Brick/Forms.hs @@ -30,8 +30,9 @@ -- button sequence). -- -- To use a 'Form', you must include it within your application state --- type. You can use 'formState' to access the underlying s whenever you --- need it. See @programs/FormDemo.hs@ for a complete working example. +-- type. You can use 'formState' to access the underlying state whenever +-- you need it. See @programs/FormDemo.hs@ for a complete working +-- example. -- -- Also note that, by default, forms and their field inputs are -- concatenated together in a 'vBox'. This can be customized on a