From 91e27876ee41ea6be09042d7d766b965ee94ed6c Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Tue, 14 Jan 2020 16:20:03 -0800 Subject: [PATCH 1/2] remove ticks from code comments --- dev/src/types.ts | 2 -- types/firestore.d.ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/dev/src/types.ts b/dev/src/types.ts index 851b11f54..d318074b4 100644 --- a/dev/src/types.ts +++ b/dev/src/types.ts @@ -100,7 +100,6 @@ export type RBTree = any; * storing and retrieving objects from Firestore. * * @example - * ```typescript * class Post { * constructor(readonly title: string, readonly author: string) {} * @@ -130,7 +129,6 @@ export type RBTree = any; * post.toString(); // Should be defined * post.someNonExistentProperty; // TS error * } - * ``` */ export interface FirestoreDataConverter { /** diff --git a/types/firestore.d.ts b/types/firestore.d.ts index 74eadbea9..e8b4ee060 100644 --- a/types/firestore.d.ts +++ b/types/firestore.d.ts @@ -50,7 +50,6 @@ declare namespace FirebaseFirestore { * storing and retrieving objects from Firestore. * * @example - * ```typescript * class Post { * constructor(readonly title: string, readonly author: string) {} * @@ -80,7 +79,6 @@ declare namespace FirebaseFirestore { * post.toString(); // Should be defined * post.someNonExistentProperty; // TS error * } - * ``` */ export interface FirestoreDataConverter { /** From 0b9b85aa469639dada3cc8c62b368261dc673bea Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Tue, 14 Jan 2020 16:20:03 -0800 Subject: [PATCH 2/2] fix: remove ticks from code comments --- dev/src/types.ts | 2 -- types/firestore.d.ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/dev/src/types.ts b/dev/src/types.ts index 851b11f54..d318074b4 100644 --- a/dev/src/types.ts +++ b/dev/src/types.ts @@ -100,7 +100,6 @@ export type RBTree = any; * storing and retrieving objects from Firestore. * * @example - * ```typescript * class Post { * constructor(readonly title: string, readonly author: string) {} * @@ -130,7 +129,6 @@ export type RBTree = any; * post.toString(); // Should be defined * post.someNonExistentProperty; // TS error * } - * ``` */ export interface FirestoreDataConverter { /** diff --git a/types/firestore.d.ts b/types/firestore.d.ts index 74eadbea9..e8b4ee060 100644 --- a/types/firestore.d.ts +++ b/types/firestore.d.ts @@ -50,7 +50,6 @@ declare namespace FirebaseFirestore { * storing and retrieving objects from Firestore. * * @example - * ```typescript * class Post { * constructor(readonly title: string, readonly author: string) {} * @@ -80,7 +79,6 @@ declare namespace FirebaseFirestore { * post.toString(); // Should be defined * post.someNonExistentProperty; // TS error * } - * ``` */ export interface FirestoreDataConverter { /**