| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d80ec0d commit caafda2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -299,13 +299,13 @@ class QuicSessionStats { | |||
| 299 | 299 | #disconnected = false; | |
| 300 | 300 | ||
| 301 | 301 | /** | |
| 302 | - * @param {symbol} privateSynbol | ||
| 302 | + * @param {symbol} privateSymbol | ||
| 303 | 303 | * @param {BigUint64Array} buffer | |
| 304 | 304 | */ | |
| 305 | - constructor(privateSynbol, buffer) { | ||
| 305 | + constructor(privateSymbol, buffer) { | ||
| 306 | 306 | // We use the kPrivateConstructor symbol to restrict the ability to | |
| 307 | 307 | // create new instances of QuicSessionStats to internal code. | |
| 308 | - if (privateSynbol !== kPrivateConstructor) { | ||
| 308 | + if (privateSymbol !== kPrivateConstructor) { | ||
| 309 | 309 | throw new ERR_ILLEGAL_CONSTRUCTOR(); | |
| 310 | 310 | } | |
| 311 | 311 | if (!isArrayBuffer(buffer)) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments