doc: fix syntax error

This commit is contained in:
gccgdb1234 2024-09-23 18:25:18 +08:00
parent 49dd1c33f4
commit 689b7ebfab
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ MongoDB 是一个介于关系型数据库与非关系型数据库之间的产品
**集合** MongoDB 中集合,可以使用占位符进行动态配置,例如 `collection_${md}`,可用占位符列表见下方表格。
|占位符|描述|示例数据|
|-|-|-|
| :-----: | :------------: |:--------:|
|Y|完整的公历年表示,零填充的 4 位整数|2024|
|y|公历年除以 100零填充的 2 位整数|24|
|M|整数月份1 - 12|1|