Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
humanagent committed Feb 5, 2024
1 parent efccaa1 commit d9c5255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/messages/custom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class ContentTypeMultiplyNumberCodec
return `Can’t display number content types. Number was ${JSON.stringify(
content
)}`
//return undefined; if you don't want the content type to be displayed.
// return undefined to indicate that this content type should not be displayed if it's not supported by a client
}
}
```
Expand Down Expand Up @@ -148,7 +148,7 @@ export class ContentTypeMultiplyNumberCodec
return `Can’t display number content types. Number was ${JSON.stringify(
content
)}`
//return undefined; if you don't want the content type to be displayed.
// return undefined to indicate that this content type should not be displayed if it's not supported by a client
}
}

Expand Down

0 comments on commit d9c5255

Please sign in to comment.