Преглед изворни кода

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