Skip to content

Commit bbd27ee

Browse files
committed
Bugfix: Propagate typo fix from last commit
1 parent 9816c2d commit bbd27ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/methods.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ setMethod("[", signature(x = "methylSigData", i = "ANY", j = "ANY", drop="ANY"),
280280
} else {
281281
if(missing(i)) i = 1:NROW(x@data.chr)
282282
if(!missing(j) && is.character(j)) {
283-
methlSig.subDataElement(x,i,j)
283+
methylSig.subDataElement(x,i,j)
284284
} else {
285285
methylSig.subData(x,i,j,drop)
286286
}

0 commit comments

Comments
 (0)