Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gahotx committed Aug 26, 2024
1 parent 862ec98 commit d328000
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function multiplyMatrices(matrixA, matrixB) {
}
```

### 使用说明
### 示例

让我们看一看实际使用:

Expand Down
2 changes: 1 addition & 1 deletion files/zh-cn/web/css/attr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CSS 表达式 `attr()` 用来获取选择到的元素的某一 HTML 属性值,

`attr()` 表达式可以用于任何 CSS 属性。 {{ experimental_inline() }}

## 使用说明
## 语法

```
语法:attr( attribute-name <type-or-unit>? [, <fallback> ]? )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ slug: Web/JavaScript/Reference/Global_Objects/TypedArray/subarray

{{EmbedInteractiveExample("pages/js/typedarray-subarray.html")}}

## 使用说明
## 语法

```js-nolint
subarray()
Expand Down

0 comments on commit d328000

Please sign in to comment.