Skip to content

Commit

Permalink
update vignette print method description
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Sep 3, 2024
1 parent 2a11cd7 commit 10b641c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/hub-validations-class.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Ultimately, both will cause overall validation to fail and the two classes are u

## `hub_validations` print method

`hub_validations` objects have their own print method which displays the result, the file name and message of each check:
`hub_validations` objects have their own print method which displays the result, the check name and message of each check:

- `` indicates a check was successful (a `<message/check_success>` condition class object was returned)
- `` indicates a check that downstream checks depend on failed causing early return. (a `<error/check_error>` condition class object was returned)
Expand Down

0 comments on commit 10b641c

Please sign in to comment.