summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lua/stubs/bluetooth.lua2
1 files changed, 1 insertions, 1 deletions
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