Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
robertmaynard and bdice authored Jan 9, 2025
1 parent bedbcff commit 8e0ec48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/cpm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ as needed.
.. literalinclude:: /packages/patches.json
:language: json

Mutually exclusive string field with `inline_patch`. Only one of these fields must be provided.
Mutually exclusive string field with `inline_patch`. Only one of these fields may be provided.

Absolute or relative path to the git diff ( .diff ) or patch ( .patch ) to apply.
Relative paths are
Expand All @@ -218,7 +218,7 @@ as needed.
.. literalinclude:: /packages/patches_inline.json
:language: json

Mutually exclusive dictionary field with `file`. Only one of these fields must be provided.
Mutually exclusive dictionary field with `file`. Only one of these fields may be provided.

Required keys for `inline_patch` are:
* `type` the format of the patch, either `diff` ( git diff ) or `patch` ( git format-patch ).
Expand Down
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/detail/pinning_write_file.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ new value.
Parameters:
``package_name``
Name of the project that this json object is associated too.
Name of the project that this json object is associated to.
``json_var``
Variable name of the json object to both read and write too.
Expand Down

0 comments on commit 8e0ec48

Please sign in to comment.