Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Mar 1, 2024
1 parent 3102c38 commit aac8eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extendr-api/src/wrapper/s4.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
//! not possible to do so in Rust. But an S4 class can be instantiated.
//!
//! Thus, the S4 class definition must be evaluated prior to using [`S4::new`].
//! Conveniently, to inline the defintion of an S4 class with R, one can
//! Conveniently, to inline the definition of an S4 class with R, one can
//! use [`S4::set_class`].
//!
//! Ideally, in an R-package setting, there will be no calls to `set_class`,
//! and the definition of an S4-class will be present in the `/R` folder.
//! and the definition of an S4-class will be present in the `R/` folder.
//!
//! ```r
//! person_class <- setClass(
Expand Down

0 comments on commit aac8eb0

Please sign in to comment.