Fixed typo

This commit is contained in:
neauoire 2020-03-11 16:34:11 +09:00
parent 38f99b3ef8
commit 6c8423b0b4

View File

@ -56,8 +56,8 @@ To save an image in memory, open an image file with Ronin, or drag an image file
## Library
- `(open ~name ~scale)` Imports a graphic file with format.
- `(import ~name ~shape)` Imports a graphic file with format.
- `(open name ~scale)` Imports a graphic file with format.
- `(import name ~shape)` Imports a graphic file with format.
- `(export ~name ~format ~quality)` Exports a graphic file with format.
- `(pos ~x ~y)` Returns a position shape.
- `(line ax ay bx by)` Returns a line shape.