Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Corecii committed Sep 22, 2022
1 parent 3526857 commit 3c564e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snapshot_middleware/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fn get_init_path(vfs: &Vfs, path: &Path) -> anyhow::Result<Option<PathBuf>> {
Ok(None)
}

/// Returns the rojo type for the object. Any override rules in the `context`
/// Returns the transformer for the object. Any override rules in the `context`
/// take precedence.
fn get_transformer(context: &InstanceContext, path: &Path) -> Option<Transformer> {
if let Some(rojo_type) = context.get_transformer_override(path) {
Expand Down

0 comments on commit 3c564e9

Please sign in to comment.