Browse Source

Small correction

thareh 3 weeks ago
parent
commit
04b7b2efbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      blitz.mod/blitz.bmx

+ 1 - 1
blitz.mod/blitz.bmx

@@ -1440,6 +1440,6 @@ keyword: "StaticArray"
 End Rem
 
 Rem
-bbdoc: Marks a function as inline which replaces the function call with the acual code of the function for less overhead.
+bbdoc: Marks a global function as inline which replaces the function call with the acual code of the function for less overhead.
 keyword: "Inline"
 End Rem