Skip to content

Commit bde5526

Browse files
authored
Fix misaligned index numbers (#111)
1 parent 94f3b3e commit bde5526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ spec: SHA2; urlPrefix: http://csrc.nist.gov/publications/fips/fips180-4/fips-180
404404
</a>.
405405
4. If |actualValue| is a case-sensitive match for
406406
|expectedValue|, return `true`.
407-
7. Return `false`.
407+
6. Return `false`.
408408

409409
This algorithm allows the user agent to accept multiple, valid strong hash
410410
functions. For example, a developer might write a `script` element such as:

0 commit comments

Comments
 (0)