thareh 3 недель назад
Родитель
Сommit
04b7b2efbc
1 измененных файлов с 1 добавлено и 1 удалено
  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