From fa57d8ed344d8df1bf1dc7b1ceef4243552d6d59 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 15 Nov 2023 20:35:02 +1100 Subject: [PATCH] fix incorrect docstring --- src/lua/stubs/bluetooth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua/stubs/bluetooth.lua b/src/lua/stubs/bluetooth.lua index f819c2f1..2fba1ec6 100644 --- a/src/lua/stubs/bluetooth.lua +++ b/src/lua/stubs/bluetooth.lua @@ -3,7 +3,7 @@ local bluetooth = {} --- Whether or not the Bluetooth stack is currently enabled. This property is writeable, and can be used to enable or disable Bluetooth. +--- Whether or not the Bluetooth stack is currently enabled. This property is writeable, and can be used to enable or disable Bluetooth. -- @treturn types.Property a boolean property function bluetooth.enabled() end