Skip to content

Commit

Permalink
Merge pull request #8 from waywardmonkeys/missing-backticks
Browse files Browse the repository at this point in the history
Missing backticks around identifier in doc comment
  • Loading branch information
schell authored Nov 3, 2024
2 parents f98a676 + 84d8f6d commit 46181a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/moongraph/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ pub type FnSave = dyn Fn(Resource, &mut TypeMap) -> Result<(), GraphError>;
/// A function wrapper.
///
/// Wraps a function by moving it into a closure. Before running, the parameters
/// of the function are constructed from a TypeMap of resources. The results
/// of the function are packed back into the same TypeMap.
/// of the function are constructed from a `TypeMap` of resources. The results
/// of the function are packed back into the same `TypeMap`.
pub struct Function {
prepare: Box<FnPrepare>,
run: Option<Box<FnMutRun>>,
Expand Down

0 comments on commit 46181a9

Please sign in to comment.