mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Use the correct Unicode character for the integer set
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307334 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bd8b68ba09
commit
a92b44ef99
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
<simpara>
|
||||
An <type>integer</type> is a number of the set
|
||||
Z = {..., -2, -1, 0, 1, 2, ...}.
|
||||
ℤ = {..., -2, -1, 0, 1, 2, ...}.
|
||||
</simpara>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue