Skip to content

Commit

Permalink
Tuning language
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Sep 26, 2024
1 parent 4da314a commit 8ee55f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adr/ADR-47.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export enum RequestStrategy {

### Pseudocode

Here is the loop from Java mixed with pseudocode. Java uses nanos since they are always relative, unlike millis that could change if the system date changes
Here is the loop from Java mixed with pseudocode.

```
long resultsLeft = maxResponses;
Expand Down

0 comments on commit 8ee55f0

Please sign in to comment.