Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 850d92a

Browse files
committedJun 4, 2024
fix
1 parent f871587 commit 850d92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Core__Null.resi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ let getWithDefault: (t<'a>, 'a) => 'a
109109
```rescript
110110
Null.getExn(Null.make(3))->assert_eq(3)
111111
112-
switch Null.getExn(%raw("ReScript")) {
112+
switch Null.getExn(%raw("'ReScript'")) {
113113
| exception Invalid_argument(_) => assert(false)
114114
| value => assert_eq(value, "ReScript")
115115
}

0 commit comments

Comments
 (0)
Please sign in to comment.