Skip to content

Commit 2f534a9

Browse files
Address review: fix spelling
Co-authored-by: Parikshit Bajpai <[email protected]>
1 parent 3915f90 commit 2f534a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/doc/content/source/utils/ValueCache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When the object is constructed using the
1010
ValueCache(const std::string & file_name, std::size_t in_dim, std::size_t max_leaf_size = 10);
1111
```
1212
13-
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.
13+
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.
1414
1515
!alert warning
1616
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!

0 commit comments

Comments
 (0)