mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 21:57:36 +03:00
fix some typos
This commit is contained in:
parent
8664ee44b8
commit
c8bb818e4d
4 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ var _ = Describe("Streams Map", func() {
|
|||
m = newStreamsMap()
|
||||
})
|
||||
|
||||
It("returns an error for non-existant streams", func() {
|
||||
It("returns an error for non-existent streams", func() {
|
||||
_, exists := m.GetStream(1)
|
||||
Expect(exists).To(BeFalse())
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue