Skip to content

Commit f796ce2

Browse files
docs: fix grammatical error and inconsistent ping output in RTT definition (mdn#43655)
docs: fix grammatical error and inconsistent ping output in RTT definition - Changed "length time" to "length of time" for better grammar. - Changed "length time" to "length of time" for better grammar. - Updated the ping statistics footer from "google.com" to "example.com" to match the command.
1 parent 238b004 commit f796ce2

File tree

1 file changed

+2
-2
lines changed
  • files/en-us/glossary/round_trip_time

1 file changed

+2
-2
lines changed

files/en-us/glossary/round_trip_time/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page-type: glossary-definition
55
sidebar: glossarysidebar
66
---
77

8-
**Round Trip Time** (**RTT**) is the length time it takes for a data packet to be sent to a destination plus the time it takes for an acknowledgment of that packet to be received back at the origin. The RTT between a network and server can be determined by using the `ping` command.
8+
**Round Trip Time** (**RTT**) is the length of time it takes for a data packet to be sent to a destination plus the time it takes for an acknowledgment of that packet to be received back at the origin. The RTT between a network and server can be determined by using the `ping` command.
99

1010
```bash
1111
ping example.com
@@ -20,7 +20,7 @@ PING example.com (216.58.194.174): 56 data bytes
2020
64 bytes from 216.58.194.174: icmp_seq=2 ttl=55 time=24.287 ms
2121
64 bytes from 216.58.194.174: icmp_seq=3 ttl=55 time=34.904 ms
2222
64 bytes from 216.58.194.174: icmp_seq=4 ttl=55 time=26.119 ms
23-
--- google.com ping statistics ---
23+
--- example.com ping statistics ---
2424
5 packets transmitted, 5 packets received, 0.0% packet loss
2525
round-trip min/avg/max/stddev = 23.781/26.828/34.904/4.114 ms
2626
```

0 commit comments

Comments
 (0)