mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-30 21:23:00 +00:00 
			
		
		
		
	Fix incorrect module names
This commit is contained in:
		| @@ -1,7 +1,7 @@ | |||||||
| --- A collection of helper methods for working with input completion, such | --- A collection of helper methods for working with input completion, such | ||||||
| -- as that require by @{read}. | -- as that require by @{read}. | ||||||
| -- | -- | ||||||
| -- @module craftos.completion | -- @module cc.completion | ||||||
| -- @see cc.shell.completion For additional helpers to use with | -- @see cc.shell.completion For additional helpers to use with | ||||||
| -- @{shell.setCompletionFunction}. | -- @{shell.setCompletionFunction}. | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| --- The @{craftos.expect} library provides helper functions for verifying that | --- The @{cc.expect} library provides helper functions for verifying that | ||||||
| -- function arguments are well-formed and of the correct type. | -- function arguments are well-formed and of the correct type. | ||||||
| -- | -- | ||||||
| -- @module craftos.expect | -- @module cc.expect | ||||||
|  |  | ||||||
| local native_select, native_type = select, type | local native_select, native_type = select, type | ||||||
|  |  | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
| -- and so are not directly usable with the @{shell.setCompletionFunction}. Instead, | -- and so are not directly usable with the @{shell.setCompletionFunction}. Instead, | ||||||
| -- wrap them using @{build}, or your own custom function. | -- wrap them using @{build}, or your own custom function. | ||||||
| -- | -- | ||||||
| -- @module craftos.shell.completion | -- @module cc.shell.completion | ||||||
| -- @see cc.completion For more general helpers, suitable for use with @{read}. | -- @see cc.completion For more general helpers, suitable for use with @{read}. | ||||||
| -- @see shell.setCompletionFunction | -- @see shell.setCompletionFunction | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jonathan Coates
					Jonathan Coates