Skip to content

Commit

Permalink
Fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Feb 20, 2025
1 parent 5e6de40 commit c14d853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ The user agent may [=prefetch record/cancel and discard=] records from the [=Doc

1. If |recordUnderConsideration|'s [=prefetch record/No-Vary-Search hint=] is not equal to |recordNVS|, then [=iteration/continue=].

1. If |recordUnderConsideration| [=prefetch record/URL=] and |record|'s [=prefetch record/URL=] are [=equivalent modulo search variance=] given |recordNVS|, then return true.
1. If |recordUnderConsideration|'s [=prefetch record/URL=] and |record|'s [=prefetch record/URL=] are [=equivalent modulo search variance=] given |recordUnderConsideration|'s [=prefetch record/No-Vary-Search hint=], then return true.

1. Return false.

Expand Down

0 comments on commit c14d853

Please sign in to comment.