File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ typedef struct NeotronApi
381381 *
382382 * * You cannot rename a file if it is currently open.
383383 * * You cannot rename a file where the `old_path` and the `new_path` are
384- * not on the same drive.
384+ * not on the same drive.
385385 * * Paths must confirm to the rules for the filesystem for the given drive.
386386 */
387387 struct FfiResult_void (* rename )(struct FfiString old_path , struct FfiString new_path );
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ impl File {
189189 ///
190190 /// * You cannot rename a file if it is currently open.
191191 /// * You cannot rename a file where the `old_path` and the `new_path` are
192- /// not on the same drive.
192+ /// not on the same drive.
193193 /// * Paths must confirm to the rules for the filesystem for the given drive.
194194 pub fn rename ( old_path : path:: Path , new_path : path:: Path ) -> Result < ( ) > {
195195 let api = get_api ( ) ;
You can’t perform that action at this time.
0 commit comments