From f3c55b2fc38f9d6e8df009b40571fb13170e0550 Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Wed, 18 Dec 2024 15:59:50 -0700 Subject: [PATCH] Remove spaces after header --- .github/workflows/lint.yml | 2 +- fr/asymptotic-notation.md | 2 +- fr/objective-c.md | 2 +- zh-cn/zfs.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5ab9bbdc..95e4c128 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,6 +23,6 @@ jobs: - name: Files are UTF-8 run: ./lint/encoding.sh . - name: Lint Markdown - run: mdl . --ignore-front-matter -r MD003,MD011,MD023,MD027,MD028,MD035,MD037,MD038,MD039,MD047 + run: mdl . --ignore-front-matter -r MD003,MD011,MD019,MD023,MD027,MD028,MD035,MD037,MD038,MD039,MD047 - name: Lint frontmatter run: ./lint/frontmatter.py . diff --git a/fr/asymptotic-notation.md b/fr/asymptotic-notation.md index 9644bddb..c0270456 100644 --- a/fr/asymptotic-notation.md +++ b/fr/asymptotic-notation.md @@ -142,7 +142,7 @@ Ces ressources apportent plus de détails avec des exemples et des définitions. * [Algorithmes](http://www.amazon.com/Algorithms-4th-Robert-Sedgewick/dp/032157351X) * [Conception algorithmique](http://www.amazon.com/Algorithm-Design-Foundations-Analysis-Internet/dp/0471383651) -## Ressources en ligne +## Ressources en ligne * [MIT](http://web.mit.edu/16.070/www/lecture/big_o.pdf) * [KhanAcademy](https://www.khanacademy.org/computing/computer-science/algorithms/asymptotic-notation/a/asymptotic-notation) diff --git a/fr/objective-c.md b/fr/objective-c.md index 9edad632..470e52d9 100644 --- a/fr/objective-c.md +++ b/fr/objective-c.md @@ -515,7 +515,7 @@ __unsafe_unretained NSArray *unsafeArray; // Comme __weak, mais la variable n'es // l'objet est supprimé ``` -## Lectures Complémentaires +## Lectures Complémentaires [La Page Wikipedia de l'Objective-C](http://fr.wikipedia.org/wiki/Objective-C) diff --git a/zh-cn/zfs.md b/zh-cn/zfs.md index 14b86904..2712d361 100644 --- a/zh-cn/zfs.md +++ b/zh-cn/zfs.md @@ -30,7 +30,7 @@ VDEV的类型 数据会以条带方式存储于存储池中的所有VDEV上。因此一个存储池中的VDEV越多,IOPS就越高。 -### storage pool (存储池) +### storage pool (存储池) ZFS 使用存储池来作为底层存储提供者(VDEV)的抽象。这样可以把用户可见的文件系统和底层的物理磁盘 布局分离开来。