Skip to content

Commit c567d5a

Browse files
developerstevesandeepmistry
authored andcommitted
Update TestGPRS.ino
Making the examples more gender neutral, removed "him" reference on line 95
1 parent 69537ee commit c567d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Tools/TestGPRS/TestGPRS.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ void loop() {
9292
readSerial(proxy);
9393
Serial.println(proxy);
9494

95-
// if user introduced a proxy, asks him for proxy port
95+
// if user introduced a proxy, asks them for proxy port
9696
int pport;
9797
if (proxy[0] != '\0') {
9898
// read proxy port introduced by user

0 commit comments

Comments
 (0)