From 8cd20a4c17822366f401e4cec90879721a6fe6f0 Mon Sep 17 00:00:00 2001 From: "ajeffrey@roblox.com" Date: Tue, 2 Mar 2021 11:18:52 -0600 Subject: [PATCH] Formatting --- docs/_posts/2021-03-01-luau-recap-february-2021.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/_posts/2021-03-01-luau-recap-february-2021.md b/docs/_posts/2021-03-01-luau-recap-february-2021.md index 39e159a3..5dcec88d 100644 --- a/docs/_posts/2021-03-01-luau-recap-february-2021.md +++ b/docs/_posts/2021-03-01-luau-recap-february-2021.md @@ -31,9 +31,8 @@ Previously the only way to add an annotation was to put it on the *declaration* We've made quite a few performance improvements to the Luau bytecode interpreter. -Function calls are now faster in the common case of one- or two-argument functions. - -Some built-in operations such as equality checking and modulo arithmetic are now faster. + * Function calls are now faster in the common case of one- or two-argument functions. + * Some built-in operations such as equality checking and modulo arithmetic are now faster. ## Coming soon...