Skip to content

Commit

Permalink
Minor fixes to documentation of yr_notebook_create
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 20, 2023
1 parent cce41c7 commit c506276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libyara/notebook.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ struct YR_NOTEBOOK_PAGE
};

////////////////////////////////////////////////////////////////////////////////
// Creates a new notebook. The notebook initially has a single page of the
// specified size, but more pages are created if needed.
// Creates a new notebook. The notebook initially has a single page of size
// min_page_size, but more pages will be created as needed.
//
// Args:
// page_size: Size of each page in the notebook.
// min_page_size: The minimum size of each page in the notebook.
// notebook: Address of a pointer to the newly created notebook.
//
// Returns:
Expand Down

0 comments on commit c506276

Please sign in to comment.