···316316 "This function will draw the desired area of the map to a specified screen position.\n" \
317317 "For example, map(5,5,12,10,0,0) will draw a 12x10 section of the map, " \
318318 "starting from map co-ordinates (5,5) to screen position (0,0).\n" \
319319- "The map function’s last parameter is a powerful callback function " \
319319+ "The map function's last parameter is a powerful callback function " \
320320 "for changing how map cells (sprites) are drawn when map is called.\n" \
321321 "It can be used to rotate, flip and replace sprites while the game is running.\n" \
322322 "Unlike mset, which saves changes to the map, this special function can be used to create " \