File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
crates/ruff_python_importer/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ impl<'a> Insertion<'a> {
5151 /// include a trailing newline.
5252 ///
5353 /// If `within_range` is set, the insertion will be limited to the specified range. That is,
54- /// the insertion is contraint to the given range rather than the start of the file.
54+ /// the insertion is constrained to the given range rather than the start of the file.
5555 /// This is used for insertions in notebook cells where the source code and AST are for
56- /// the entire notebook but the insertion should be constraint to a specific cell.
56+ /// the entire notebook but the insertion should be constrained to a specific cell.
5757 pub fn start_of_file (
5858 body : & [ Stmt ] ,
5959 contents : & str ,
You can’t perform that action at this time.
0 commit comments