Skip to content

Commit e29bd28

Browse files
committed
typo
1 parent e7bfca3 commit e29bd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/weyl.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ setOldClass("weyl")
1414

1515
`spray` <- function (M, x, addrepeats = FALSE){spray::spray(M,x,addrepeats=addrepeats)}
1616

17-
`is.weyl` <- function(M){inherits(M," weyl")}
17+
`is.weyl` <- function(M){inherits(M, "weyl")}
1818
`as.weyl` <- function(val, d){
1919
if(is.weyl(val) | is.spray(val)){
2020
out <- val

0 commit comments

Comments
 (0)