Skip to content

Commit b54c30f

Browse files
committed
Fix completion
1 parent 95ea79b commit b54c30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Path Array.
295295
"kind": 12,
296296
"tags": [],
297297
"detail": "array<'a> => array<'a>",
298-
"documentation": {"kind": "markdown", "value": "\n`toReversed(array)` creates a new array with all items from `array` in reversed order.\n\nSee [`Array.toReversed`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toReversed) on MDN.\n\n## Examples\n\n```rescript\nlet someArray = [\"hi\", \"hello\"]\nlet reversed = someArray->Array.toReversed\n\nreversed->assertEqual([\"hello\", \"hi\"])\nsomeArray->assertEqual([\"h1\", \"hello\"]) // Original unchanged\n```\n"}
298+
"documentation": {"kind": "markdown", "value": "\n`toReversed(array)` creates a new array with all items from `array` in reversed order.\n\nSee [`Array.toReversed`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toReversed) on MDN.\n\n## Examples\n\n```rescript\nlet someArray = [\"hi\", \"hello\"]\nlet reversed = someArray->Array.toReversed\n\nreversed->assertEqual([\"hello\", \"hi\"])\nsomeArray->assertEqual([\"hi\", \"hello\"]) // Original unchanged\n```\n"}
299299
}, {
300300
"label": "copyWithin",
301301
"kind": 12,

0 commit comments

Comments
 (0)