From c40e1dcf00bd096551dbf68cbb370321f18f1673 Mon Sep 17 00:00:00 2001 From: Francis <455954986@qq.com> Date: Tue, 2 Jun 2020 19:58:31 +0800 Subject: [PATCH] Update README.md --- basic_content/const/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic_content/const/README.md b/basic_content/const/README.md index a7e32e8..69af42c 100644 --- a/basic_content/const/README.md +++ b/basic_content/const/README.md @@ -187,7 +187,7 @@ ptr是一个const指针,然后指向了一个int 类型的const对象。 ## 6.函数中使用const -> cost修饰函数返回值 +> const修饰函数返回值 这个跟const修饰普通变量以及指针的含义基本相同: