this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1697 from blinry/patch-1

Replace a right single apostrophe in the API help with an apostrophe

authored by

Vadim Grigoruk and committed by
GitHub
79a301b4 374cec52

+1 -1
+1 -1
src/api.h
··· 316 316 "This function will draw the desired area of the map to a specified screen position.\n" \ 317 317 "For example, map(5,5,12,10,0,0) will draw a 12x10 section of the map, " \ 318 318 "starting from map co-ordinates (5,5) to screen position (0,0).\n" \ 319 - "The map function’s last parameter is a powerful callback function " \ 319 + "The map function's last parameter is a powerful callback function " \ 320 320 "for changing how map cells (sprites) are drawn when map is called.\n" \ 321 321 "It can be used to rotate, flip and replace sprites while the game is running.\n" \ 322 322 "Unlike mset, which saves changes to the map, this special function can be used to create " \