Skip to content

Commit 19a85f6

Browse files
authored
Enclose string with single quotes
1 parent f89114d commit 19a85f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/arduino.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ See :help slime for configuration of slime. Disabled by default. >
140140
Connect to this serial port when uploading & debugging. This is not set by
141141
default. If not set, vim-arduino will attempt to guess which port to use. See
142142
also |:ArduinoChoosePort| >
143-
let g:arduino_serial_port = /dev/ttyACM0
143+
let g:arduino_serial_port = '/dev/ttyACM0'
144144
<
145145

146146
*'g:arduino_serial_port_globs'*

0 commit comments

Comments
 (0)