Skip to content

Commit 0d53570

Browse files
authored
Fix syntax examples for min function (#42024)
1 parent 64e7d62 commit 0d53570

File tree

1 file changed

+2
-2
lines changed
  • files/en-us/web/css/reference/values/min

1 file changed

+2
-2
lines changed

files/en-us/web/css/reference/values/min/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ In the first above example, the width will be at most 200px, but will be smaller
3838
## Syntax
3939

4040
```css
41-
max(1, 2, 3)
42-
max(1px, 2px, 3px)
41+
min(1, 2, 3)
42+
min(1px, 2px, 3px)
4343
```
4444

4545
### Parameters

0 commit comments

Comments
 (0)