diff --git a/docs/source/api/introduction/api.md b/docs/source/api/introduction/api.md index 3e0f0ca9f7..7b1612620b 100644 --- a/docs/source/api/introduction/api.md +++ b/docs/source/api/introduction/api.md @@ -23,6 +23,8 @@ Each document attempts to cover the essentials of each method including: - **Yields:** What is yielded (and in rare cases, returned) from the method. +- **Default:** What default assertions (if any) are automatically applied. + - **Timeout:** If defined, the amount of time the method allows to execute before throwing. - **Examples:** Real world examples of using the methods.