浏览代码

Small correction

thareh 3 周之前
父节点
当前提交
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