Skip to content

Commit b2793c0

Browse files
authored
remove text that is not needed
1 parent 64b467c commit b2793c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@ If used without a parameter, prefer `from_now` and `ago` instead of `since`, `af
15391539

15401540
[source,ruby]
15411541
----
1542-
# bad - It's not clear at first sight that the qualifier refers to the current time (which is the default parameter)
1542+
# bad - It's not clear that the qualifier refers to the current time (which is the default parameter)
15431543
5.hours.since
15441544
5.hours.after
15451545
5.hours.before
@@ -1565,7 +1565,7 @@ If used with a parameter, prefer `since`, `after`, `until` or `before` instead o
15651565
2.days.until(yesterday)
15661566
----
15671567

1568-
Avoid using literal negative numbers for the duration subject. Always prefer using a qualifier that allows using positive literal numbers.
1568+
Avoid using negative numbers for the duration subject. Always prefer using a qualifier that allows using positive literal numbers.
15691569

15701570
[source,ruby]
15711571
----

0 commit comments

Comments
 (0)