Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cxz66666 committed Jun 7, 2022
1 parent e8c2c73 commit 21379cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ There are three ways to get cc99:

1. Download from [releases](https://github.com/RalXYZ/cc99/releases). We just provide Linux (x86_64) and MacOS (Intel chip) version. As you know, they can cover almost all of develop situations.

2. Build with [Docker](https://www.docker.com/). We provide a `Dockerfile` at root directory wihich can build cc99. It includes dir, web-frontend, web-backend into a Ubuntu image. You can get your own image by following steps:
2. Build with [Docker](https://www.docker.com/). We provide a `Dockerfile` at root directory which can build cc99. It includes dir, web-frontend, web-backend into a Ubuntu image. You can get your own image by following steps:

~~~bash
git clone https://github.com/RalXYZ/cc99.git
Expand Down Expand Up @@ -262,7 +262,7 @@ In standard c syntax, it use truncation to deal it, like following
int b = a; // lose information but allowed
~~~

But in cc99, every basic type has a rank, and we deny **implicit type cast** from a lower rank to a higher rank. Here is the rank table:
But in cc99, every basic type has a rank, and we deny **implicit type cast** from a high rank to a low rank. Here is the rank table:

| Name | Rank |
| ----------------------------- | ---- |
Expand Down

0 comments on commit 21379cd

Please sign in to comment.