Skip to content

Commit

Permalink
Address review: fix spelling
Browse files Browse the repository at this point in the history
Co-authored-by: Parikshit Bajpai <[email protected]>
  • Loading branch information
loganharbour and parikshitbajpai authored Mar 7, 2024
1 parent 3915f90 commit 2f534a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/doc/content/source/utils/ValueCache.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ When the object is constructed using the
ValueCache(const std::string & file_name, std::size_t in_dim, std::size_t max_leaf_size = 10);
```
constructor, the state of the cache is saved to a file upon destruction of the cache object (usually at the ond of a simulation), and read in at construction of the cache object. Thus the cached knowledge from a previous simulation will be available in future runs.
constructor, the state of the cache is saved to a file upon destruction of the cache object (usually at the end of a simulation), and read in at construction of the cache object. Thus the cached knowledge from a previous simulation will be available in future runs.
!alert warning
It is up to the developer to ensure that the cache state from previous runs is applicable to the following runs when the persistence feature is used!
Expand Down

0 comments on commit 2f534a9

Please sign in to comment.