Skip to content

Commit caf3cb2

Browse files
(#123) Update docs
1 parent c3628ac commit caf3cb2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ If any of these items are not needed, then they can be removed.
2929
-->
3030

3131
- [ ] I have updated the `readme.md` file
32+
- [ ] I have updated the documentation in the docs folder.
3233
- [ ] I have bumped the version number in the `version.txt`
3334
- [ ] I have added or updated any necessary tests.
3435
- [ ] I have ensured that any new code is covered by tests where reasonably possible.

docs/docs/library/test-capture-logger-of-t.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: TestCaptureLogger<T> class
55

66
# TestCaptureLogger<T>
77

8-
**In V1 & V2 this class inherits from `TestCaptureLogger`. From V3 this class implements the interface `ITestCaptureLogger`**
8+
**In V1 & V2 this class inherits from `TestCaptureLogger`. From V3 this class implements the interface `ITestCaptureLogger`.**
99

1010
This class implements
1111
* `ITestCaptureLogger` (See: [ITestCaptureLogger interface](i-test-capture-logger-interface.md))

0 commit comments

Comments
 (0)