Skip to content

Commit 88b28f0

Browse files
committed
Fix some whitespace issues in the docs.
1 parent 4aa90e0 commit 88b28f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/chello/neotron.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)