Skip to content

Commit

Permalink
Update the nullable to use escaped angle brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
ivasilov authored Sep 11, 2024
1 parent ac3edd6 commit e4281fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/catalog/clickhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The ClickHouse Wrapper allows you to read and write data from ClickHouse within
| text | String |
| date | Date |
| timestamp | DateTime |
| * | Nullable<T> |
| * | Nullable&lt;T&gt; |

## Preparation

Expand Down

0 comments on commit e4281fd

Please sign in to comment.