Skip to content

Commit

Permalink
Update TestGPRS.ino
Browse files Browse the repository at this point in the history
Making the examples more gender neutral, removed "him" reference on line 95
  • Loading branch information
developersteve authored and sandeepmistry committed Dec 10, 2018
1 parent 69537ee commit c567d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Tools/TestGPRS/TestGPRS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void loop() {
readSerial(proxy);
Serial.println(proxy);

// if user introduced a proxy, asks him for proxy port
// if user introduced a proxy, asks them for proxy port
int pport;
if (proxy[0] != '\0') {
// read proxy port introduced by user
Expand Down

0 comments on commit c567d5a

Please sign in to comment.