Skip to content

Commit

Permalink
Fix a typo in a link.
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfriesen committed Jul 26, 2024
1 parent d7cde53 commit 1da7463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-07-23-luau-recap-july-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Some highlights:
* Improved performance of the [bit32 library](https://luau-lang.org/library#bit32-library) functions
* Improved performance of numerical loops
* Optimized table array and property lookups
* Added native support for new [buffer type](hhttps://luau-lang.org/library#buffer-library) operations
* Added native support for new [buffer type](https://luau-lang.org/library#buffer-library) operations
* Code optimizations based on knowing which types are returned from operations
* Code optimizations based on function argument type annotations
* This includes support for [SIMD operations](https://en.wikipedia.org/wiki/Single_instruction,_multiple_data) for annotated vector arguments
Expand Down

0 comments on commit 1da7463

Please sign in to comment.