Skip to content

Commit f5b9725

Browse files
author
dimwight
authored
Apostrophe type removed
1 parent 27a4b3a commit f5b9725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/compiler/program.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Its interaction mechanism with the OE:
88

99
`Program` *-uses->* `CompilerHost` *-uses->* `System`
1010

11-
The reason for having a `CompilerHost` as a point of indirection is that it allows it's interface to be more finely tuned for `Program` needs and not bother with OE needs (e.g. the `Program` doesn't care about `fileExists` a function provided by `System`).
11+
The reason for having a `CompilerHost` as a point of indirection is that it allows its interface to be more finely tuned for `Program` needs and not bother with OE needs (e.g. the `Program` doesn't care about `fileExists` a function provided by `System`).
1212

1313
There are other users of `System` as well (e.g. tests).
1414

0 commit comments

Comments
 (0)