Move docstring dbs to different names

This commit is contained in:
Marcel Müller
2016-10-22 16:46:26 +02:00
committed by Marcel Müller
parent 413f13ddc9
commit 0101a20601
+1 -1
View File
@@ -91,7 +91,7 @@ impl<T: Serialize + Deserialize + Eq + Hash> Database<T> {
/// ```
/// use rustbreak::Database;
///
/// let db = Database::open("/tmp/artists").unwrap();
/// let db = Database::open("/tmp/more_artists").unwrap();
///
/// let albums = vec![
/// ("What you do", "The Queenstons"),