Skip to content

Commit

Permalink
Micro improvement of documentation. (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored Oct 10, 2024
1 parent c6e9eb3 commit 6c96247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ target_link_libraries(add PUBLIC boost::boost)
# For HighFive there's two options for adding `-I ${HIGHFIVE_DIR}` and the
# flags for HDF5.
#
# Option 1: HighFive is install (systemwide) as a regular library:
# Option 1: HighFive is installed as a (system-wide) regular library:
find_package(HighFive)
target_link_libraries(app PUBLIC HighFive::HighFive)
Expand Down Expand Up @@ -169,7 +169,7 @@ of a "file driver". Removing the concept hopefully makes it easier to add a
better abstraction for the handling of the property lists, when we discover
such an abstraction.

## Removal of broadcasting
## Removal of broadcasting.
HighFive v2 had a feature that a dataset (or attribute) of shape `[n, 1]` could
be read into a one-dimensional array automatically.

Expand Down

0 comments on commit 6c96247

Please sign in to comment.