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 ()