This commit is contained in:
Dimitris Apostolou 2023-02-08 00:04:25 +02:00
parent 447312e2fe
commit d1eeffbf42
No known key found for this signature in database
GPG Key ID: 4B5D20E938204A8A
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ impl HsDescInner {
{
let tok = header.required(CREATE2_FORMATS)?;
// If we ever want to support a different HTYPE, we'll need to
// store at least the interesection between "their" and "our" supported
// store at least the intersection between "their" and "our" supported
// HTYPEs. For now we only support one, so either this set is empty
// and failing now is fine, or `ntor` (2) is supported, so fine.
if !tok.args().any(|s| s == "2") {