summaryrefslogtreecommitdiff
path: root/src/lua
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-11-15 20:35:02 +1100
committerjacqueline <me@jacqueline.id.au>2023-11-15 20:35:02 +1100
commitfa57d8ed344d8df1bf1dc7b1ceef4243552d6d59 (patch)
tree90d840728a832c9107e406900008ed4df363f7c0 /src/lua
parent51d1cee3d70bac68e7bc735569e92bc584267f73 (diff)
downloadtangara-fw-fa57d8ed344d8df1bf1dc7b1ceef4243552d6d59.tar.gz
fix incorrect docstring
Diffstat (limited to 'src/lua')
-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