Skip to content

Commit

Permalink
Documentation tweak, for better clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
pineapplemachine committed Mar 28, 2018
1 parent 86c363b commit 72bb91c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ assert(canary instanceof canary.Test);

The library also utilizes [`CanaryTestCallback`](api-callback-class.md) and [`CanaryTestError`](api-error-class.md) classes. These classes can be referred to with `canary.Callback` and `canary.Error`, respectively. These classes are mainly for internal use and, normally, it will not be necessary to work with them directly.

# Methods and Attributes
# List of Attributes

Here is an exhaustive list of documented [`CanaryTest`](api-introduction.md) methods and attributes. Methods and attributes not documented here are liable to change often and without notice; it is not recommended to use undocumented functions or attributes.
Here is an exhaustive list of documented [`CanaryTest`](api-introduction.md) methods and other attributes. Attributes not documented here are liable to change often and without notice; it is not recommended to rely on undocumented implementation details.

- [abort](api-advanced-usage.md#abort)
- [aborted](api-status-attributes.md#aborted)
Expand Down

0 comments on commit 72bb91c

Please sign in to comment.