Skip to content

Commit 562b0dc

Browse files
committed
Update analysis snapshot
1 parent a991569 commit 562b0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/analysis_tests/tests/src/expected/CompletionJsx.res.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ Path s
874874
"kind": 12,
875875
"tags": [],
876876
"detail": "(string, Symbol.t, 'a) => unit",
877-
"documentation": null,
877+
"documentation": {"kind": "markdown", "value": "\n`setSymbol(str, symbol, value)` sets the given symbol property on the string to the specified value.\n\n## Examples\n\n```rescript\nlet mySymbol = Symbol.make(\"test\")\nlet h = String.make(\"hello\")\nString.setSymbol(h, mySymbol, 42)\nString.getSymbol(h, mySymbol) == Some(42)\n```\n"},
878878
"sortText": "setSymbol",
879879
"insertText": "->String.setSymbol",
880880
"additionalTextEdits": [{

0 commit comments

Comments
 (0)