Skip to content

Commit 3cb981d

Browse files
committed
Slight change of language about Notepad++
1 parent 4cca378 commit 3cb981d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/01-introduction/sections/first-time-setup.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $ git config --global core.editor emacs
5353
On a Windows system, if you want to use a different text editor, you must specify the full path to its executable file.
5454
This can be different depending on how your editor is packaged.
5555

56-
In the case of Notepad++, a popular programming editor, the application is always shipped as a 32-bit executable.
56+
In the case of Notepad++, a popular programming editor, you are likely to want to use the 32-bit version, since at the time of writing the 64-bit version doesn't support all plug-ins.
5757
If you are on a 32-bit Windows system, or you have a 64-bit editor on a 64-bit system, you'll type something like this:
5858

5959
[source,console]

0 commit comments

Comments
 (0)