summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2024-01-27 15:55:14 +0900
committerKyohei Uto <im@kyoheiu.dev>2024-01-27 15:55:14 +0900
commit5a983dbad29d35aaf49ad881d351c11db2a2d9be (patch)
tree7f4a3aa667985e5c57f9a189ac33ccaa10128dd5
parentfbca88780ea1c157667ba7ef2cb8f7c5369fdaa5 (diff)
Fix comment
-rw-r--r--src/run.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.rs b/src/run.rs
index 9e85f54..887902d 100644
--- a/src/run.rs
+++ b/src/run.rs
@@ -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;