fix: remove stale knowledge guidance

This commit is contained in:
2026-07-16 07:40:32 +09:00
parent f786e01997
commit ad66650369
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ impl InputBuffer {
}
/// Replace `atoms[start..self.cursor]` (the in-flight `@<typed>` /
/// `#<typed>` token) with the corresponding chip atom
/// active `@<typed>` file token) with the corresponding chip atom
/// and place the cursor right after the chip. Used by the completion
/// confirm path.
pub fn replace_with_file_ref(&mut self, start: usize, path: String) {