Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quambene committed Aug 5, 2024
1 parent f1e152c commit d91a4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eric-sdk/src/eric.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use std::{
pub struct Eric;

impl Eric {
/// Initializes a single-threaded eric instance.
/// Initializes a single-threaded Eric instance.
pub fn new(log_path: &Path) -> Result<Self, anyhow::Error> {
println!("Initializing eric");

Expand Down

0 comments on commit d91a4be

Please sign in to comment.