Skip to content

Commit 284b408

Browse files
authored
One more
1 parent 4ec6045 commit 284b408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-ietf-quic-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ Pseudocode for SetLossDetectionAlarm follows:
737737
~~~
738738
SetLossDetectionAlarm():
739739
// Don't arm the alarm if there are no packets with
740-
// congestion controlled data in flight.
740+
// congestion-controlled data in flight.
741741
if (bytes_in_flight == 0):
742742
loss_detection_alarm.cancel()
743743
return

0 commit comments

Comments
 (0)