aboutsummaryrefslogtreecommitdiff
path: root/core/dynlib
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 15:18:23 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 15:18:23 +0200
commit153b0de4206773956d0402c880de2ff5254947e4 (patch)
tree99f69559e880cd63068cf1785698d70e9881ffc3 /core/dynlib
parent9c7fe1d8a7b26ecd0d4de2a1d6241f453deca6cc (diff)
Package lines for core:debug
Diffstat (limited to 'core/dynlib')
-rw-r--r--core/dynlib/doc.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dynlib/doc.odin b/core/dynlib/doc.odin
index 487fcb715..6cb443092 100644
--- a/core/dynlib/doc.odin
+++ b/core/dynlib/doc.odin
@@ -1,5 +1,5 @@
/*
-Package `core:dynlib` implements loading of shared libraries/DLLs and their symbols.
+package dynlib implements loading of shared libraries/DLLs and their symbols.
The behaviour of dynamically loaded libraries is specific to the target platform of the program.
For in depth detail on the underlying behaviour please refer to your target platform's documentation.