Skip to content

Commit 9ed8f4c

Browse files
committed
[Docs] Fix a typo
1 parent 1597f50 commit 9ed8f4c

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)