Skip to content

Commit

Permalink
Fix typo in migration guide. (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Feb 9, 2024
1 parent 7ba4849 commit d0c8f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ When genuinely performing a "raw read", one must replace `read` with
`read_raw`. For example:

```
double x = malloc(2*3 * sizeof(double));
double* x = malloc(2*3 * sizeof(double));
dset.read_raw(x);
```
is correct in `v3`.
Expand Down

0 comments on commit d0c8f6b

Please sign in to comment.