From aa2d0ed58b89a408c257bff4b1757d2ac7d5f86a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 26 Jan 2026 19:40:38 +0700 Subject: [PATCH] Fix doc output --- docs/interfaces/PlacesClient.md | 2 +- src/places.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/interfaces/PlacesClient.md b/docs/interfaces/PlacesClient.md index 1f642e8..b247cbb 100644 --- a/docs/interfaces/PlacesClient.md +++ b/docs/interfaces/PlacesClient.md @@ -118,7 +118,7 @@ The geohash of the place. Store a place. Generates ID and Geohash if missing. -Path structure: // +Path structure: `//` #### Parameters diff --git a/src/places.ts b/src/places.ts index d9f516f..cb691e4 100644 --- a/src/places.ts +++ b/src/places.ts @@ -56,7 +56,7 @@ export interface PlacesClient { /** * Store a place. * Generates ID and Geohash if missing. - * Path structure: // + * Path structure: `//` * * @param placeData - The data of the place to store. * @returns The stored place object. @@ -157,7 +157,7 @@ const Places = function ( /** * Store a place. * Generates ID and Geohash if missing. - * Path structure: // + * Path structure: `//` */ store: async function (placeData: Partial) { const place = preparePlace(placeData);