Skip to content

Commit

Permalink
[flow][docs] Fix typo (#9246)
Browse files Browse the repository at this point in the history
Summary:
Close #9244

Changelog: [internal]

Pull Request resolved: #9246

Reviewed By: gkz

Differential Revision: D67981347

fbshipit-source-id: 07b31b2d3b62ba3e90841bb90a5fa4a72e2be9d6
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Jan 9, 2025
1 parent 8d7f63b commit 6789655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/types/arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ In either case the type of `e` is used as the type of the array element.
Here are some examples:

#### Straight-line Code
Once the first assignemnt has been found, the type of the array element is pinned to that of the
Once the first assignment has been found, the type of the array element is pinned to that of the
assigned expression. Subsequent writes to array with elements of
a different type are errors:

Expand Down

0 comments on commit 6789655

Please sign in to comment.