This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new bb8c7fa fix inline code format in Measurement-Template.md (#4088)
bb8c7fa is described below
commit bb8c7faaa0b02ffb8610afdca331013955561208
Author: Qian.Sun <[email protected]>
AuthorDate: Fri Oct 8 13:14:01 2021 +0800
fix inline code format in Measurement-Template.md (#4088)
---
docs/UserGuide/Data-Concept/Measurement-Template.md | 2 +-
docs/zh/UserGuide/Data-Concept/Measurement-Template.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/UserGuide/Data-Concept/Measurement-Template.md
b/docs/UserGuide/Data-Concept/Measurement-Template.md
index 2fd397e..78a1902 100644
--- a/docs/UserGuide/Data-Concept/Measurement-Template.md
+++ b/docs/UserGuide/Data-Concept/Measurement-Template.md
@@ -71,7 +71,7 @@ void createSchemaTemplate(
List<List<TSEncoding>> encodings,
List<CompressionType> compressors)
```
-* Set the device template named 'templateName' at path 'prefixPath'. You
should firstly create the template using
+* Set the device template named `templateName` at path `prefixPath`. You
should firstly create the template using
```
diff --git a/docs/zh/UserGuide/Data-Concept/Measurement-Template.md
b/docs/zh/UserGuide/Data-Concept/Measurement-Template.md
index 23f1e9f..9bc8f98 100644
--- a/docs/zh/UserGuide/Data-Concept/Measurement-Template.md
+++ b/docs/zh/UserGuide/Data-Concept/Measurement-Template.md
@@ -70,7 +70,7 @@ void createSchemaTemplate(
List<CompressionType> compressors)
```
-*
将名为'templateName'的物理量模板挂载到'prefixPath'路径下,在执行这一步之前,你需要创建名为'templateName'的物理量模板
+* 将名为 `templateName` 的物理量模板挂载到 `prefixPath` 路径下,在执行这一步之前,你需要创建名为
`templateName` 的物理量模板
```
void setSchemaTemplate(String templateName, String prefixPath)