Skip to content

Commit 5e86257

Browse files
committed
Fix pervasives link on faq
1 parent 01320e5 commit 5e86257

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/faq.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ In July 2020, BuckleScript released its own syntax and rebranded to ReScript to
1919
### Where do all these `print_endline`, `string_of_int` functions come from?
2020
They're from the standard library, pre-`open`ed during the compilation of your file. This is why you see them in scope.
2121

22-
You can read more about the Pervasives library in the api documentation:
23-
24-
https://reasonml.github.io/api/Pervasives.html
22+
You can read more about the Standard library in the [api documentation](https://reasonml.github.io/api/Stdlib.html)
2523

2624
### Why is there a + for adding ints and +. for adding floats, etc.?
2725
See [here](integer-and-float.md#design-decisions).

0 commit comments

Comments
 (0)