1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-02 18:37:55 +00:00

Add explicit @module annotation

This feels like a bug - it should be inferred automatically.
This commit is contained in:
Jummit
2021-05-15 23:23:46 +02:00
parent 2a290be248
commit 0dd7c3695f

View File

@@ -1,5 +1,6 @@
--- Various utilities for working with strings and text. --- Various utilities for working with strings and text.
-- --
-- @module cc.strings
-- @see textutils For additional string related utilities. -- @see textutils For additional string related utilities.
local expect = require "cc.expect".expect local expect = require "cc.expect".expect