Bläddra i källkod

This has been there way too long

Ole 10 år sedan
förälder
incheckning
bb6f4a87d3
1 ändrade filer med 1 tillägg och 1 borttagningar
  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