| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bfc81ca commit 4daeec1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -307,13 +307,13 @@ class QuicSessionStats { | |||
| 307 | 307 | #disconnected = false; | |
| 308 | 308 | ||
| 309 | 309 | /** | |
| 310 | - * @param {symbol} privateSynbol | ||
| 310 | + * @param {symbol} privateSymbol | ||
| 311 | 311 | * @param {BigUint64Array} buffer | |
| 312 | 312 | */ | |
| 313 | - constructor(privateSynbol, buffer) { | ||
| 313 | + constructor(privateSymbol, buffer) { | ||
| 314 | 314 | // We use the kPrivateConstructor symbol to restrict the ability to | |
| 315 | 315 | // create new instances of QuicSessionStats to internal code. | |
| 316 | - if (privateSynbol !== kPrivateConstructor) { | ||
| 316 | + if (privateSymbol !== kPrivateConstructor) { | ||
| 317 | 317 | throw new ERR_ILLEGAL_CONSTRUCTOR(); | |
| 318 | 318 | } | |
| 319 | 319 | if (!isArrayBuffer(buffer)) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments