Skip to content

Commit c62659d

Browse files
authored
Update syntax lookup links to setters and getters explanation (#1055)
1 parent adffcb1 commit c62659d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

misc_docs/syntax/decorator_get.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ var name = window.name;
2828

2929
### References
3030

31-
- [Bind using Special `@bs` Getters & Setters](/docs/manual/latest/bind-to-js-object#bind-using-special-bs-getters--setters)
31+
- [Bind Using Special Getter and Setter Attributes](/docs/manual/latest/bind-to-js-object#bind-using-special-getter-and-setter-attributes)

misc_docs/syntax/decorator_get_index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ var value = o["y"];
4242

4343
### References
4444

45-
- [Bind using Special `@bs` Getters & Setters](/docs/manual/latest/bind-to-js-object#bind-using-special-bs-getters--setters)
45+
- [Bind Using Special Getter and Setter Attributes](/docs/manual/latest/bind-to-js-object#bind-using-special-getter-and-setter-attributes)

misc_docs/syntax/decorator_set.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ window.name = "MyWindow";
2828

2929
### References
3030

31-
- [Bind using Special `@bs` Getters & Setters](/docs/manual/latest/bind-to-js-object#bind-using-special-bs-getters--setters)
31+
- [Bind Using Special Getter and Setter Attributes](/docs/manual/latest/bind-to-js-object#bind-using-special-getter-and-setter-attributes)

misc_docs/syntax/decorator_set_index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ var value = o["y"];
4242

4343
### References
4444

45-
- [Bind using Special `@bs` Getters & Setters](/docs/manual/latest/bind-to-js-object#bind-using-special-bs-getters--setters)
45+
- [Bind Using Special Getter and Setter Attributes](/docs/manual/latest/bind-to-js-object#bind-using-special-getter-and-setter-attributes)

0 commit comments

Comments
 (0)