Skip to content

Commit

Permalink
Clean up minor issues in documentation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lindstro committed Apr 29, 2023
1 parent a3afa49 commit 300e77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ with only a few differences:

- Whereas the constructors for fixed-rate arrays accept a *rate* parameter,
the read-only arrays allow specifying any compression mode and
corresponding parameters (if any) via a :c:struct:`zfp_config` object.
corresponding parameters (if any) via a :c:type:`zfp_config` object.

- Additional methods are available for setting and querying compression
mode and parameters after construction.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Release Notes
------------------

This release is not ABI compatible with prior releases due to numerous changes
to function signatures and data structures like zfp_fieldu. However, few of
to function signatures and data structures like ``zfp_field``. However, few of
the API changes, other than to the |cfp| C API for compressed arrays, should
impact existing code. Note that numerous header files have been renamed or
moved relative to prior versions.
Expand Down

0 comments on commit 300e77d

Please sign in to comment.