Skip to content

Commit 12764d0

Browse files
author
delphidabbler
committed
Minor corrections and tweaked
1 parent 1ae81ff commit 12764d0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Docs/Design/FileFormats/saved.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>
7878
</ul>
7979

8080
<p>
81-
There is no specific file format for these files, other than XHTML and RTF
81+
There is no specific file format for these files, except that XHTML and RTF
8282
files conform to published specifications.
8383
</p>
8484

Docs/Design/FileFormats/test-unit.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h2>
4646
</h2>
4747

4848
<p>
49-
CodeSnip saves temporary test units that are valid Pascal unit. These units
49+
CodeSnip saves temporary test units that are valid Pascal units. These units
5050
are used to perform test compiles.
5151
</p>
5252

@@ -65,8 +65,7 @@ <h2>
6565

6666
<p>
6767
If the unit's source code contains only characters that are supported by the
68-
system default ANSI code page the file is saved using the default ANSI
69-
encoding.
68+
system default ANSI code page then the file is saved using that encoding.
7069
</p>
7170

7271
<p>
@@ -83,7 +82,7 @@ <h2>
8382
</p>
8483

8584
<p class="pullout">
86-
Unit filenames are limited to ANSI characters again for reasons of
85+
Unit filenames are limited to ANSI characters also for reasons of
8786
compatibility with earlier Delphis because they will report Unicode file names
8887
as &quot;not found&quot;.
8988
</p>

0 commit comments

Comments
 (0)