From 391ce5c104d78d79830841e48680bd0f30bb401c Mon Sep 17 00:00:00 2001 From: Dunbaratu Date: Thu, 20 Apr 2017 17:37:01 -0500 Subject: [PATCH] Fixes #1988 - edited file rename example. --- doc/source/commands/files.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/commands/files.rst b/doc/source/commands/files.rst index 7e0c719df..f1fa47871 100644 --- a/doc/source/commands/files.rst +++ b/doc/source/commands/files.rst @@ -224,10 +224,10 @@ or their names if they've been given one. Understanding how Example:: - SWITCH TO 0. // Switch to volume 0. - SET VOLUME(1):NAME TO AwesomeDisk. // Name volume 1 as AwesomeDisk. - SWITCH TO AwesomeDisk. // Switch to volume 1. - PRINT VOLUME:NAME. // Prints "AwesomeDisk". + SWITCH TO 0. // Switch to volume 0. + SET VOLUME(1):NAME TO "AwesomeDisk". // Name volume 1 as AwesomeDisk. + SWITCH TO "AwesomeDisk". // Switch to volume 1. + PRINT VOLUME(1):NAME. // Prints "AwesomeDisk". Files and directories