Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoheiu committed Jan 27, 2024
1 parent fbca887 commit 5a983db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub fn run(arg: PathBuf, log: bool) -> Result<(), FxError> {
path
};

//Initialize app state. Inside State::new(), config file is read or created.
//Initialize app state. Inside `State::new()`, config file is read.
let mut state = State::new(&session_path)?;
state.trash_dir = trash_dir_path;
state.lwd_file = lwd_file_path;
Expand Down

0 comments on commit 5a983db

Please sign in to comment.