Skip to content

Commit

Permalink
Fix a typo in recap. (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmccord committed May 3, 2022
1 parent 9bc71c4 commit 47a8d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_posts/2022-05-02-luau-recap-april-2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It is now allowed to define functions on sealed tables that have string indexers
```lua
local a : {[string]: () -> number} = {}

function b.y() return 4 end -- OK
function a.y() return 4 end -- OK
```

Autocomplete will now provide string literal suggestions for singleton types. eg
Expand Down

0 comments on commit 47a8d28

Please sign in to comment.