Skip to content

Commit

Permalink
fix: remove ticks from code comments (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Chen committed Jan 15, 2020
1 parent 82273ec commit b2740ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dev/src/types.ts
Expand Up @@ -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) {}
*
Expand Down Expand Up @@ -130,7 +129,6 @@ export type RBTree = any;
* post.toString(); // Should be defined
* post.someNonExistentProperty; // TS error
* }
* ```
*/
export interface FirestoreDataConverter<T> {
/**
Expand Down
2 changes: 0 additions & 2 deletions types/firestore.d.ts
Expand Up @@ -50,7 +50,6 @@ declare namespace FirebaseFirestore {
* storing and retrieving objects from Firestore.
*
* @example
* ```typescript
* class Post {
* constructor(readonly title: string, readonly author: string) {}
*
Expand Down Expand Up @@ -80,7 +79,6 @@ declare namespace FirebaseFirestore {
* post.toString(); // Should be defined
* post.someNonExistentProperty; // TS error
* }
* ```
*/
export interface FirestoreDataConverter<T> {
/**
Expand Down

0 comments on commit b2740ed

Please sign in to comment.