Pārlūkot izejas kodu

This has been there way too long

Ole 10 gadi atpakaļ
vecāks
revīzija
bb6f4a87d3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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