diff --git a/R/matches.R b/R/matches.R index 5cdba54..c32ee69 100644 --- a/R/matches.R +++ b/R/matches.R @@ -55,8 +55,8 @@ #' \code{home team win}, \code{away team win}, and \code{draw}.} #' \item{home_team_win}{\code{boolean}. Whether the home team won the match. #' Coded \code{1} if the home team won the match and \code{0} otherwise.} -#' \item{away_team_win}{\code{boolean}. Whether the home team won the match. -#' Coded \code{1} if the home team won the match and \code{0} otherwise.} +#' \item{away_team_win}{\code{boolean}. Whether the away team won the match. +#' Coded \code{1} if the away team won the match and \code{0} otherwise.} #' \item{draw}{\code{boolean}. Whether the match ended in a draw. Coded #' \code{1} of the match ended in a draw and \code{0} otherwise.} #' } diff --git a/man/matches.Rd b/man/matches.Rd index 910f75c..a204f16 100644 --- a/man/matches.Rd +++ b/man/matches.Rd @@ -48,8 +48,8 @@ team.} \code{home team win}, \code{away team win}, and \code{draw}.} \item{home_team_win}{\code{boolean}. Whether the home team won the match. Coded \code{1} if the home team won the match and \code{0} otherwise.} -\item{away_team_win}{\code{boolean}. Whether the home team won the match. -Coded \code{1} if the home team won the match and \code{0} otherwise.} +\item{away_team_win}{\code{boolean}. Whether the away team won the match. +Coded \code{1} if the away team won the match and \code{0} otherwise.} \item{draw}{\code{boolean}. Whether the match ended in a draw. Coded \code{1} of the match ended in a draw and \code{0} otherwise.} }