Skip to content

Commit

Permalink
docs: Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Sep 10, 2023
1 parent fb1db00 commit 2ca5560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ impl JanetClient {
/// ```
/// use janetrs::{client::JanetClient, env::CFunOptions, lowlevel, Janet, JanetType};
///
/// unsafe extern "C-unwield" fn test(argc: i32, argv: *mut lowlevel::Janet) -> lowlevel::Janet {
/// unsafe extern "C-unwind" fn test(argc: i32, argv: *mut lowlevel::Janet) -> lowlevel::Janet {
/// Janet::nil().into()
/// }
///
Expand Down

0 comments on commit 2ca5560

Please sign in to comment.