Skip to content

Commit ff36dfd

Browse files
committed
newlines
1 parent 06799c6 commit ff36dfd

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

documentation/docs/98-reference/.generated/client-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ Reading state that was created inside the same derived is forbidden. Consider us
126126

127127
```
128128
Updating state inside a derived is forbidden. If the value should not be reactive, declare it without `$state`
129-
```
129+
```

documentation/docs/98-reference/.generated/client-warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ Reactive `$state(...)` proxies and the values they proxy have different identiti
9595
</script>
9696
```
9797

98-
To resolve this, ensure you're comparing values where both values were created with `$state(...)`, or neither were. Note that `$state.raw(...)` will _not_ create a state proxy.
98+
To resolve this, ensure you're comparing values where both values were created with `$state(...)`, or neither were. Note that `$state.raw(...)` will _not_ create a state proxy.

documentation/docs/98-reference/.generated/compile-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,4 +942,4 @@ Unexpected end of input
942942

943943
```
944944
Void elements cannot have children or closing tags
945-
```
945+
```

documentation/docs/98-reference/.generated/compile-warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,4 +814,4 @@ A derived value may be used in other contexts:
814814

815815
```
816816
`%code%` is not a recognised code (did you mean `%suggestion%`?)
817-
```
817+
```

documentation/docs/98-reference/.generated/server-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
```
44
`%name%(...)` is not available on the server
5-
```
5+
```

documentation/docs/98-reference/.generated/shared-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Cannot use `{@render children(...)}` if the parent component uses `let:` directi
2020

2121
```
2222
The `this` prop on `<svelte:element>` must be a string, if defined
23-
```
23+
```

documentation/docs/98-reference/.generated/shared-warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Value cannot be cloned with `$state.snapshot` — the original value was returne
1414
The following properties cannot be cloned with `$state.snapshot` — the return value contains the originals:
1515
1616
%properties%
17-
```
17+
```

packages/svelte/scripts/process-messages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ for (const category of fs.readdirSync('messages')) {
7373
return chunks.join('\n\n');
7474
})
7575
.sort()
76-
.join('\n\n')
76+
.join('\n\n') + '\n'
7777
);
7878
}
7979

0 commit comments

Comments
 (0)