Skip to content

Commit

Permalink
Update src/libstore/derived-path-map.hh
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <[email protected]>
  • Loading branch information
Ericson2314 and roberth authored Aug 25, 2023
1 parent 5c5e332 commit 6ce18c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/derived-path-map.hh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace nix {
* value. For example, the scheduler uses
* `DerivedPathMap<std::weak_ptr<CreateDerivationAndRealiseGoal>>` to
* remember which goals correspond to which outputs. `* const Something`
* or `std::optinal<Something>` would also be good choices for
* or `std::optional<Something>` would also be good choices for
* "optional" types.
*/
template<typename V>
Expand Down

0 comments on commit 6ce18c5

Please sign in to comment.