Skip to content

Commit

Permalink
Merge branch 'master' of github.com:devOpifex/ambiorix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoene committed Sep 7, 2024
2 parents e03a097 + 98cdac3 commit f30344d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ambiorix.R
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Ambiorix <- R6::R6Class(
if(missing(value))
return(private$.limit)

private$.limit <- as.integer(limit)
private$.limit <- as.integer(value)
}
),
private = list(
Expand Down

0 comments on commit f30344d

Please sign in to comment.