Selaa lähdekoodia

Small correction

thareh 3 viikkoa sitten
vanhempi
commit
04b7b2efbc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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