diff --git a/src/main.rs b/src/main.rs index d9c72a119..0912d4f8e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -61,7 +61,7 @@ fn main() -> anyhow::Result<()> { // This can't be addressed with the current structure, since the watcher // closure takes ownership of the model. // - // This big is tracked in the following issues: + // This is being tracked in the following issue: // https://github.com/hannobraun/fornjot/issues/32 let shape = model.load(¶meters)?;