updated data_type.md (#23401)

fix translation for "character"
This commit is contained in:
suruihuang
2019-01-02 15:19:10 -05:00
committed by Jingyi Ding
parent f19420ae25
commit 4a53bfc840

View File

@ -12,7 +12,7 @@ Java定义了8种原始数据类型 `byte` `short` `int` `long`
* 整型 * 整型
* 浮点数字 * 浮点数字
* 人物 * 字符
* 布尔类型 * 布尔类型
下面给出了每种数据类型的详细信息: 下面给出了每种数据类型的详细信息:
@ -203,4 +203,4 @@ String input = "My birthday is 10 January 1984 and my favorite number is 42";
``` ```
10198442 10198442
``` ```