2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-20 20:43:23 +00:00

docs(hilbish.module): fix description

This commit is contained in:
sammyette 2023-11-11 20:36:47 -04:00
parent 2af38c3bab
commit 267bce8449
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -11,7 +11,8 @@ import (
// #interface module
// native module loading
// #field paths A list of paths to search when loading native modules. This is in the style of Lua search paths and will be used when requiring native modules. Example: `?.so;?/?.so`
/* The hilbish.module interface provides a function to load
/*
The hilbish.module interface provides a function to load
Hilbish plugins/modules. Hilbish modules are Go-written
plugins (see https://pkg.go.dev/plugin) that are used to add functionality
to Hilbish that cannot be written in Lua for any reason.