Skip to content

Commit

Permalink
Merge pull request #88 from objectclosure/fix-grammar-QuantileIFRS17
Browse files Browse the repository at this point in the history
Fix grammar in `QuantileIFRS17()`
  • Loading branch information
mages authored Jul 27, 2022
2 parents 822a9d2 + 891ff48 commit 66a0182
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 66a0182

Please sign in to comment.