From 3f020968986279bbec866020f4dc7031b40d6a4d Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Sun, 8 Dec 2024 21:35:44 +0100 Subject: [PATCH] nits --- docs/extensions/jemalloc.md | 2 +- docs/guides/offline-copy.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/extensions/jemalloc.md b/docs/extensions/jemalloc.md index 48d6c52c5d5..ec5cb49df0a 100644 --- a/docs/extensions/jemalloc.md +++ b/docs/extensions/jemalloc.md @@ -21,7 +21,7 @@ GEN=ninja SKIP_EXTENSIONS="jemalloc" make ``` The ARM64 (AArch64) DuckDB distribution on Linux does not ship with the `jemalloc` extension. -To include it, build it as follows; +To include it, build it as follows: ```bash GEN=ninja BUILD_JEMALLOC=1 make diff --git a/docs/guides/offline-copy.md b/docs/guides/offline-copy.md index a1bd63342b5..e76dfc8db3d 100644 --- a/docs/guides/offline-copy.md +++ b/docs/guides/offline-copy.md @@ -11,8 +11,8 @@ You can browse the DuckDB documentation offline in the following formats: * [Website packaged in a ZIP file](/duckdb-docs.zip) (approx. 50 MB). To browse the website locally, decompress the package, navigate to the `duckdb-docs` directory, and run: - ```bash - python -m http.server - ``` + ```bash + python -m http.server + ``` - Then, connect to . + Then, connect to .