From a774135c7e2a41fc5efaff61075aefc575a7fd8f Mon Sep 17 00:00:00 2001 From: Austin L Wolfgram Date: Fri, 16 Jan 2026 14:25:55 -0500 Subject: [PATCH] Fix typo --- docs/using_dataframe_in_a_standalone_script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using_dataframe_in_a_standalone_script.md b/docs/using_dataframe_in_a_standalone_script.md index 6715c47..e7d363e 100644 --- a/docs/using_dataframe_in_a_standalone_script.md +++ b/docs/using_dataframe_in_a_standalone_script.md @@ -194,7 +194,7 @@ How do you get stuff out of this series of computations? There are three functio FrameM is actually an implementation of a [state monad](https://wiki.haskell.org/State_Monad) and its function names are meant to mirror the same naming scheme. -So let's can extract some expressions and use them outside of FrameM: +So let's extract some expressions and use them outside of FrameM: ```haskell main :: IO ()