Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Fix misspelled words
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Dec 13, 2019
1 parent 446f2f0 commit 9d20bfa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/AllClasses.R
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
#' @details
#' A stratigraphic matrix represents directed relationships between
#' stratigraphic units. A stratigraphic matrix is an adjacency matrix (a non
#' symetric square matrix with zeros on its main diagonal), suitable to build
#' symmetric square matrix with zeros on its main diagonal), suitable to build
#' a directed acyclic graph (DAG).
#' @inheritSection Matrix-class Matrix ID
#' @inheritSection Matrix-class Get and set
Expand Down
2 changes: 1 addition & 1 deletion R/predicates.R
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ is_scalar_logical <- function(x) {
#' \code{is_odd} and \code{is_even} check if a number is odd or even,
#' respectively.
#'
#' \code{is_positive} checks if an obejct contains only (strictly) positive
#' \code{is_positive} checks if an object contains only (strictly) positive
#' numbers.
#'
#' \code{is_binary} checks if an object contains only \eqn{0}s and \eqn{1}s.
Expand Down
2 changes: 1 addition & 1 deletion man/StratigraphicMatrix-class.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/predicate-numeric.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d20bfa

Please sign in to comment.