From cc278a3e4b68d5a37c9ccd67c1bb67ffe6a94548 Mon Sep 17 00:00:00 2001
From: Zee <86711383+SeaZeeZee@users.noreply.github.com>
Date: Sun, 16 Apr 2023 12:07:39 +0200
Subject: [PATCH] Update en.md
---
markdown/dev/reference/api/part/attr/en.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/markdown/dev/reference/api/part/attr/en.md b/markdown/dev/reference/api/part/attr/en.md
index c641bf9eab4..e0c81d5b2a6 100644
--- a/markdown/dev/reference/api/part/attr/en.md
+++ b/markdown/dev/reference/api/part/attr/en.md
@@ -11,11 +11,13 @@ instead, thereby overwriting the value of the attribute.
## Signature
```js
+
Part Part.attr(
string name,
mixed value,
bool overwrite = false
)
+
```
This method is chainable as it returns the `Part` object
@@ -23,7 +25,9 @@ Part Part.attr(
## Example
+
```js
+
({ Point, points, Path, paths, part }) => {
cont part = {
@@ -33,6 +37,8 @@ Part Part.attr(
}
}
+
```
+