Skip to content

Commit 2df159d

Browse files
committed
fix: website lint issues - remove trailing spaces and add missing newlines
1 parent 49fa812 commit 2df159d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

website/docs/advanced-topics/immutable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ be cheaply cloned when passed from component to component.
2323
Yew recommends using the following immutable types from the `implicit-clone` crate:
2424

2525
- `IString` (aliased as `AttrValue` in Yew) - for strings instead of `String`
26-
- `IArray<T>` - for arrays/vectors instead of `Vec<T>`
26+
- `IArray<T>` - for arrays/vectors instead of `Vec<T>`
2727
- `IMap<K, V>` - for maps instead of `HashMap<K, V>`
2828

2929
These types are either reference-counted (`Rc`) or static references, making them very cheap to clone.

website/i18n/ja/docusaurus-plugin-content-docs/version-0.21/advanced-topics/immutable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Yew は `implicit-clone` クレートから以下のイミュータブルタイ
2626
## さらに読む
2727

2828
- [イミュータブルの例](https://github.com/yewstack/yew/tree/master/examples/immutable)
29-
- [Crate `implicit-clone`](https://docs.rs/implicit-clone/)
29+
- [Crate `implicit-clone`](https://docs.rs/implicit-clone/)

website/i18n/ja/docusaurus-plugin-content-docs/version-0.21/concepts/function-components/properties.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,4 @@ fn main() {
288288

289289
## yew-autoprops
290290

291-
[yew-autoprops](https://crates.io/crates/yew-autoprops) は実験的なパッケージで、関数の引数に基づいて動的にProps構造体を作成することを可能にします。プロパティ構造体が再利用されない場合、これは有用かもしれません。
291+
[yew-autoprops](https://crates.io/crates/yew-autoprops) は実験的なパッケージで、関数の引数に基づいて動的にProps構造体を作成することを可能にします。プロパティ構造体が再利用されない場合、これは有用かもしれません。

website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.21/advanced-topics/immutable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Yew 推荐使用来自 `implicit-clone` crate 的以下不可变类型:
2626
## 进一步阅读
2727

2828
- [不可变示例](https://github.com/yewstack/yew/tree/master/examples/immutable)
29-
- [Crate `implicit-clone`](https://docs.rs/implicit-clone/)
29+
- [Crate `implicit-clone`](https://docs.rs/implicit-clone/)

website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.21/concepts/function-components/properties.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,4 @@ fn main() {
288288

289289
## yew-autoprops
290290

291-
[yew-autoprops](https://crates.io/crates/yew-autoprops) 是一个实验性包,允许您根据函数的参数动态创建 Props 结构体。如果属性结构体永远不会被重用,这可能会很有用。
291+
[yew-autoprops](https://crates.io/crates/yew-autoprops) 是一个实验性包,允许您根据函数的参数动态创建 Props 结构体。如果属性结构体永远不会被重用,这可能会很有用。

website/i18n/zh-Hant/docusaurus-plugin-content-docs/version-0.21/advanced-topics/immutable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Yew 推薦使用來自 `implicit-clone` crate 的以下不可變型別:
2626
## 進一步閱讀
2727

2828
- [不可變範例](https://github.com/yewstack/yew/tree/master/examples/immutable)
29-
- [Crate `implicit-clone`](https://docs.rs/implicit-clone/)
29+
- [Crate `implicit-clone`](https://docs.rs/implicit-clone/)

website/i18n/zh-Hant/docusaurus-plugin-content-docs/version-0.21/concepts/function-components/properties.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,4 @@ fn main() {
288288

289289
## yew-autoprops
290290

291-
[yew-autoprops](https://crates.io/crates/yew-autoprops) 是一個實驗性包,可讓您根據函數的參數動態建立 Props 結構體。如果屬性結構體永遠不會被重複使用,這可能會很有用。
291+
[yew-autoprops](https://crates.io/crates/yew-autoprops) 是一個實驗性包,可讓您根據函數的參數動態建立 Props 結構體。如果屬性結構體永遠不會被重複使用,這可能會很有用。

website/versioned_docs/version-0.21/advanced-topics/immutable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ be cheaply cloned when passed from component to component.
2323
Yew recommends using the following immutable types from the `implicit-clone` crate:
2424

2525
- `IString` (aliased as `AttrValue` in Yew) - for strings instead of `String`
26-
- `IArray<T>` - for arrays/vectors instead of `Vec<T>`
26+
- `IArray<T>` - for arrays/vectors instead of `Vec<T>`
2727
- `IMap<K, V>` - for maps instead of `HashMap<K, V>`
2828

2929
These types are either reference-counted (`Rc`) or static references, making them very cheap to clone.

website/versioned_docs/version-0.22/advanced-topics/immutable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ be cheaply cloned when passed from component to component.
2323
Yew recommends using the following immutable types from the `implicit-clone` crate:
2424

2525
- `IString` (aliased as `AttrValue` in Yew) - for strings instead of `String`
26-
- `IArray<T>` - for arrays/vectors instead of `Vec<T>`
26+
- `IArray<T>` - for arrays/vectors instead of `Vec<T>`
2727
- `IMap<K, V>` - for maps instead of `HashMap<K, V>`
2828

2929
These types are either reference-counted (`Rc`) or static references, making them very cheap to clone.

0 commit comments

Comments
 (0)