Skip to content

Commit 37994f2

Browse files
Merge pull request #200 from apasel422/lookback
Align lookback-check language with that of lifetime check
2 parents 23f8eca + d39149f commit 37994f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ returning an [=epoch index=]:
11311131
1. Let |start| be the result of [=map/get|getting the value=] of |site|
11321132
from the [=epoch start store=].
11331133

1134-
1. Let |elapsed| be (|t| - |start|) / |period|.
1134+
1. Let |elapsed| be (|t| |start|) / |period|.
11351135

11361136
1. Return |elapsed| as an integer, rounded towards negative Infinity.
11371137

@@ -1489,7 +1489,7 @@ To perform <dfn>common matching logic</dfn>, given
14891489
1. If |now| is after |impression|'s [=impression/timestamp=] plus |impression|'s
14901490
[=impression/lifetime=], [=iteration/continue=].
14911491

1492-
1. If |now| - |options|' [=validated conversion options/lookback=] is after |impression|'s [=impression/timestamp=],
1492+
1. If |now| is after |impression|'s [=impression/timestamp=] plus |options|' [=validated conversion options/lookback=],
14931493
[=iteration/continue=].
14941494

14951495
1. If |impression|'s [=impression/conversion sites=] [=set/is empty|is not empty=]

0 commit comments

Comments
 (0)