Skip to content

Commit 02c635f

Browse files
committed
Documentation fixes
1 parent a2ab898 commit 02c635f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/openPMD/auxiliary/Future.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ class DeferredComputation
6262
*
6363
* @param task The callable to execute
6464
*/
65-
DeferredComputation(task_type);
65+
DeferredComputation(task_type task);
6666
/** Construct from a cached value
6767
*
6868
* @param val The pre-computed value
6969
*/
70-
DeferredComputation(cached_type);
70+
DeferredComputation(cached_type val);
7171

7272
~DeferredComputation();
7373

0 commit comments

Comments
 (0)