Skip to content

Commit

Permalink
Merge pull request #68 from devnibo/master
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
michaelrsweet authored Aug 5, 2024
2 parents 0c1122b + 7d37abb commit b035130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/pdfio.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ to the stream:
The [PDF content helper functions](@) provide additional functions for writing
specific PDF page stream commands.

When you are done writing the stream, call [`pdfioStreamCLose`](@@) to close
When you are done writing the stream, call [`pdfioStreamClose`](@@) to close
both the stream and the object.


Expand Down
2 changes: 1 addition & 1 deletion pdfio-content.c
Original file line number Diff line number Diff line change
Expand Up @@ -2349,7 +2349,7 @@ pdfioPageDictAddColorSpace(
bool // O - `true` on success, `false` on failure
pdfioPageDictAddFont(
pdfio_dict_t *dict, // I - Page dictionary
const char *name, // I - Font name
const char *name, // I - Font name; must not contain spaces
pdfio_obj_t *obj) // I - Font object
{
pdfio_dict_t *resources; // Resource dictionary
Expand Down

0 comments on commit b035130

Please sign in to comment.