Skip to content

Commit 8da9bd5

Browse files
Merge pull request #24 from phormio/correct-english-1
Make various corrections, mostly small, nearly all of them to English
2 parents 16d667a + 3a49511 commit 8da9bd5

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

code-samples/with_virtual_methods.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ begin
3030
end;
3131

3232
var
33-
Apple: TApple; // Note: you could as well declare "Apple: TFruit" here
33+
Apple: TApple; // Note: you could also declare "Apple: TFruit" here
3434
begin
3535
Apple := TApple.Create;
3636
try

code-samples/without_virtual_methods.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ begin
3030
end;
3131

3232
var
33-
Apple: TApple; // Note: you could as well declare "Apple: TFruit" here
33+
Apple: TApple; // Note: you could also declare "Apple: TFruit" here
3434
begin
3535
Apple := TApple.Create;
3636
try

0 commit comments

Comments
 (0)