Skip to content

Commit 209950d

Browse files
authored
Minor change to kick ci
1 parent 26c2e6d commit 209950d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LoggingExtras is designs around allowing you to build arbitrarily complicated
1212
systems for "log plumbing". That is to say basically routing logged information to different places.
1313
It is built around the idea of simple parts which are composed together,
1414
to allow for powerful and flexible definition of your logging system.
15-
Without having to define any custom loggers by subtyping `AbstractLogger`.
15+
Without you having to define any custom loggers by subtyping `AbstractLogger`.
1616
When we talk about composability we mean to say that the composition of any set of Loggers is itself a Logger.
1717
LoggingExtras is a composable logging system.
1818

0 commit comments

Comments
 (0)