Skip to content

Commit

Permalink
[faq] typo: 添加句号
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims authored Feb 1, 2024
1 parent 7f768b4 commit 51c094d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/faq/basic_concepts/type_conversion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
.. warning::

数组 -> 指向首元素的指针 -> :cpp:`bool`
- 必然有指向的对象故必然 :cpp:`true`
- 必然有指向的对象故必然 :cpp:`true`.

字符串字面值是字符数组 -> 指向首元素的指针 -> :cpp:`bool`
- 必然有指向的对象故必然 :cpp:`true`
- 必然有指向的对象故必然 :cpp:`true`.

------------------------------------------------------------------------------------------------------------------------
最佳实践
Expand Down Expand Up @@ -118,4 +118,4 @@
相关解答
========================================================================================================================

- :doc:`/faq/condition/main`
- :doc:`/faq/condition/main`

0 comments on commit 51c094d

Please sign in to comment.