Skip to content

Commit

Permalink
Fix error in example
Browse files Browse the repository at this point in the history
  • Loading branch information
KYovchevski committed Jan 29, 2024
1 parent f3bf8da commit 32dad8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/system.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Open the ADLX library, retrieve [`adlx::adlx::system::System`], and call a simple function on it
use adlx_rs::helper::AdlxHelper;
use adlx::helper::AdlxHelper;
use anyhow::Result;

fn main() -> Result<()> {
Expand Down

0 comments on commit 32dad8f

Please sign in to comment.