Browse Source

Update dylib.md

BLUELOVETH 2 years ago
parent
commit
edd8b9fa43
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/quick-start/dylib.md

+ 2 - 2
docs/quick-start/dylib.md

@@ -1,6 +1,6 @@
 ---
 ---
 icon: dot
 icon: dot
-label: 'Using dynamic library'
+label: 'Use dynamic library'
 order: 45
 order: 45
 ---
 ---
 
 
@@ -55,4 +55,4 @@ test = __import__("libtest.dylib") # macOS
 test = __import__("libtest.so") # Android
 test = __import__("libtest.so") # Android
 
 
 test.hello()                # Hello from dylib!
 test.hello()                # Hello from dylib!
-```
+```