Skip to content

Commit a210f23

Browse files
tweak wording
1 parent cc12e82 commit a210f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/datatable-programming.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ DT[, cl, env = list(cl = cl)]
458458

459459
## Error handling with classed conditions
460460

461-
Starting from version 1.17.0, `data.table` provides specific error classes for common operations, making it easier to handle errors programmatically. This is particularly useful when writing robust code or packages that use `data.table`.
461+
`data.table` provides specific condition classes for common operations, making it easier to handle errors programmatically. This is particularly useful when writing robust code or packages that use `data.table`. Relying on the exact text of error 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. Please also request new signal classes if they would benefit your use case.
462462

463463
### Available error classes
464464

0 commit comments

Comments
 (0)