Skip to content

Commit

Permalink
Fix grammar in QuantileIFRS17()
Browse files Browse the repository at this point in the history
  • Loading branch information
objectclosure committed Jul 27, 2022
1 parent 822a9d2 commit 891ff48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/QuantileIFRS17.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ QuantileIFRS17 <- function(MCL, Correlation, RiskMargin)
}
## Check that we have at least two triangles
if(length(MCL) < 2){
stop("Please provide at least a list of at least two MackChainLadder objects.")
stop("Please provide a list of at least two MackChainLadder objects.")
}
## Check that the triangles are of the same dimensions
dims <- sapply(MCL, function(x) dim(x$Triangle))
Expand Down

0 comments on commit 891ff48

Please sign in to comment.