Skip to content

Commit 5244b56

Browse files
typo
1 parent 6a3d11f commit 5244b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/datatable-condition-classes.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\alias{data.table-error-handling}
33
\title{Condition Handling with Classed Conditions}
44
\description{
5-
\code{data.table} provides specific condition classes for common operations, making it easier to handle comditions programmatically. This is particularly useful when writing robust code or packages that use \code{data.table}. Relying on the exact text of condition messages is fragile (it is not uncommon to change the wording slightly, or for the user's session not to be in English); prefer using the signal class where possible.
5+
\code{data.table} provides specific condition classes for common operations, making it easier to handle conditions programmatically. This is particularly useful when writing robust code or packages that use \code{data.table}. Relying on the exact text of condition messages is fragile (it is not uncommon to change the wording slightly, or for the user's session not to be in English); prefer using the signal class where possible.
66
}
77
\details{
88
\subsection{Available error Classes}{

0 commit comments

Comments
 (0)