From 8df4d0555776f96e56fd9efd42de0ac7ab516892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9di-R=C3=A9mi=20Hashim?= Date: Thu, 19 Jun 2025 13:08:38 +0100 Subject: [PATCH] Update syntax lookup links to setters and getters explanation --- misc_docs/syntax/decorator_get.mdx | 2 +- misc_docs/syntax/decorator_get_index.mdx | 2 +- misc_docs/syntax/decorator_set.mdx | 2 +- misc_docs/syntax/decorator_set_index.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc_docs/syntax/decorator_get.mdx b/misc_docs/syntax/decorator_get.mdx index e91cc9079..3385b5379 100644 --- a/misc_docs/syntax/decorator_get.mdx +++ b/misc_docs/syntax/decorator_get.mdx @@ -28,4 +28,4 @@ var name = window.name; ### References -- [Bind using Special `@bs` Getters & Setters](/docs/manual/latest/bind-to-js-object#bind-using-special-bs-getters--setters) +- [Bind Using Special Getter and Setter Attributes](/docs/manual/latest/bind-to-js-object#bind-using-special-getter-and-setter-attributes) diff --git a/misc_docs/syntax/decorator_get_index.mdx b/misc_docs/syntax/decorator_get_index.mdx index 8eec67fed..cbdd42bd3 100644 --- a/misc_docs/syntax/decorator_get_index.mdx +++ b/misc_docs/syntax/decorator_get_index.mdx @@ -42,4 +42,4 @@ var value = o["y"]; ### References -- [Bind using Special `@bs` Getters & Setters](/docs/manual/latest/bind-to-js-object#bind-using-special-bs-getters--setters) +- [Bind Using Special Getter and Setter Attributes](/docs/manual/latest/bind-to-js-object#bind-using-special-getter-and-setter-attributes) diff --git a/misc_docs/syntax/decorator_set.mdx b/misc_docs/syntax/decorator_set.mdx index d33dcc715..a500b4c52 100644 --- a/misc_docs/syntax/decorator_set.mdx +++ b/misc_docs/syntax/decorator_set.mdx @@ -28,4 +28,4 @@ window.name = "MyWindow"; ### References -- [Bind using Special `@bs` Getters & Setters](/docs/manual/latest/bind-to-js-object#bind-using-special-bs-getters--setters) +- [Bind Using Special Getter and Setter Attributes](/docs/manual/latest/bind-to-js-object#bind-using-special-getter-and-setter-attributes) diff --git a/misc_docs/syntax/decorator_set_index.mdx b/misc_docs/syntax/decorator_set_index.mdx index 47d27991a..29dfdbf4f 100644 --- a/misc_docs/syntax/decorator_set_index.mdx +++ b/misc_docs/syntax/decorator_set_index.mdx @@ -42,4 +42,4 @@ var value = o["y"]; ### References -- [Bind using Special `@bs` Getters & Setters](/docs/manual/latest/bind-to-js-object#bind-using-special-bs-getters--setters) +- [Bind Using Special Getter and Setter Attributes](/docs/manual/latest/bind-to-js-object#bind-using-special-getter-and-setter-attributes)