Skip to content

Commit b27fcec

Browse files
authored
Merge pull request #2766 from cedretaber/fix-a-typo
[Docs] Fix a typo
2 parents 1597f50 + 9ed8f4c commit b27fcec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docsource/FAQ.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ The issue here isn't that the function is polymorphic. You can use (and probably
7474
7575
[source]
7676
--------
77-
lat _ = map (fun v -> id v [@bs])
77+
let _ = map (fun v -> id v [@bs])
7878
--------

0 commit comments

Comments
 (0)