Skip to content

Commit

Permalink
doc: update docs/ini.md (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzttcydxx committed Jun 6, 2023
1 parent 4d813c7 commit a38aacc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ini.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ INI 备忘清单

### 介绍

INI 是一种固定标准格式的配置文件,INI配置方法来自 MS-DOS 操作系统
INI 是一种固定标准格式的配置文件,INI 配置方法来自 MS-DOS 操作系统

```ini
; 这里是注释
Expand Down Expand Up @@ -37,7 +37,7 @@ file="acme payroll.dat"
name = value
```

与下面👇 JSON 大致相同
与下面👇 `JSON` 大致相同

```js
{
Expand Down

0 comments on commit a38aacc

Please sign in to comment.