Skip to content

Commit 83ba129

Browse files
committed
copyedits
1 parent 75f4dcf commit 83ba129

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class HelloWorld {
2828
}
2929
```
3030

31-
````markdown
31+
````md
3232
```java HellowWorld.java
3333
class HelloWorld {
3434
public static void main(String[] args) {
@@ -359,7 +359,7 @@ if __name__ == "__main__":
359359
````
360360

361361
## Wrap
362-
Enable text wrapping for long lines using `wrap`.
362+
Enable text wrapping for long lines using `wrap`. This prevents horizontal scrolling and makes long lines easier to read.
363363

364364
```javascript Wrap Example wrap
365365
const greeting = "Hello, World! I am a long line of text that will wrap to the next line.";
@@ -369,7 +369,7 @@ function sayHello() {
369369
sayHello();
370370
```
371371

372-
````markdown
372+
````md
373373
```javascript Wrap Example wrap
374374
const greeting = "Hello, World! I am a long line of text that will wrap to the next line.";
375375
function sayHello() {

0 commit comments

Comments
 (0)