Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/using_dataframe_in_a_standalone_script.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down