aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2026-04-12 12:43:48 +0200
committerDaniel Schadt <kingdread@gmx.de>2026-04-12 12:43:48 +0200
commit7bc0d8ddc902ab2f6fc30511de9458129b2b78ba (patch)
tree2a55ec95dd681dc7cc06883aacb71c9207f78156
parent83f9dc870c15493c62a1aaf08802d11c4c11f82c (diff)
downloadhittekaart-7bc0d8ddc902ab2f6fc30511de9458129b2b78ba.tar.gz
hittekaart-7bc0d8ddc902ab2f6fc30511de9458129b2b78ba.tar.bz2
hittekaart-7bc0d8ddc902ab2f6fc30511de9458129b2b78ba.zip
fix doctest example
-rw-r--r--hittekaart/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hittekaart/src/lib.rs b/hittekaart/src/lib.rs
index 5d71d2c..a885480 100644
--- a/hittekaart/src/lib.rs
+++ b/hittekaart/src/lib.rs
@@ -31,7 +31,7 @@
//! )?;
//! // Before we run the second step, we set up the storage system. You can save the bytes in any
//! // way you want, but there are convenience functions in this crate:
-//! let mut store = storage::Sqlite::connect(":memory:")?;
+//! let mut store = storage::OsmAnd::open(":memory:")?;
//! store.prepare()?;
//! store.prepare_zoom(ZOOM)?;
//! // Now we're ready to do the actual colorizing