We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4783dc3 commit b9d7657Copy full SHA for b9d7657
bosk-core/src/main/java/works/bosk/RegistrarFactory.java
@@ -1,7 +1,7 @@
1
package works.bosk;
2
3
/**
4
- * Creates {@link HookRegistrar}s with custom behaviour, such logging or propagating telemetry context.
+ * Creates {@link HookRegistrar}s with custom behaviour, such as logging or propagating telemetry context.
5
* <p>
6
* Factories are chained together to form a processing pipeline, with each factory wrapping
7
* the {@code downstream} registrar to add its own logic before delegating hook registrations.
0 commit comments