Skip to content

Commit 2373519

Browse files
authored
Merge pull request #95 from mseri/patch-2
Fix typo on Eff documentation
2 parents a038085 + 4ca9583 commit 2373519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn/eff/index.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ This program uses `do`-notation to combine two types of native effects provided
6464
We can inspect the type of `printRandom` by using the `:type command`
6565

6666
> import RandomExample
67-
> :type main
67+
> :type printRandom
6868

69-
The type of `main` will be printed to the console. You should see a type which looks like this:
69+
The type of `printRandom` will be printed to the console. You should see a type which looks like this:
7070

7171
forall e. Eff (console :: CONSOLE, random :: RANDOM | e) Unit
7272

0 commit comments

Comments
 (0)