瀏覽代碼

This has been there way too long

Ole 10 年之前
父節點
當前提交
bb6f4a87d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/functions.cpp

+ 1 - 1
examples/functions.cpp

@@ -46,7 +46,7 @@ int main() {
 
 		// Invoke 'my_function_3'
 		"local result3 = my_function_3(13, 37)\n"
-		"print('my_function_3(13, 38) = ' .. result3)\n"
+		"print('my_function_3(13, 37) = ' .. result3)\n"
 	);
 
 	// Invoke the attached script