summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index 540ae34a..55b2ec71 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -224,7 +224,7 @@ impl Config {
self
}
- /// Sets the directory containing shared state.
+ /// Sets the directory containing backend servers.
pub fn set_lib<P: AsRef<Path>>(&mut self, lib: P) -> PathBuf {
::std::mem::replace(&mut self.0.lib, PathBuf::new().join(lib))
}