Closed mbergins closed 5 years ago
Noticed a typo in the operators vignette while we were working through it in class.
c <- 2^^4 - 12
should be
c <- 2^4 - 12
I'll make a pull request to fix.
Fixed with a pull request merged into master
Noticed a typo in the operators vignette while we were working through it in class.
c <- 2^^4 - 12
should be
c <- 2^4 - 12
I'll make a pull request to fix.