Skip to content

Commit 3936f37

Browse files
Typo (#642)
* Typo [skip ci] * Upper case
1 parent 0bcadb4 commit 3936f37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PackageCompiler is a Julia package with three main purposes:
1010

1111
2. Creating "apps" which are a bundle of files including an executable that can be sent and run on other machines without Julia being installed on that machine.
1212

13-
3. Creating a relocatable C library bundle from of Julia code.
13+
3. Creating a relocatable C library bundle form of Julia code.
1414

1515
For installation and usage instructions, see the [documentation][docs-stable-url].
1616

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ There are three main workflows:
2323
as its entry point.
2424

2525
3. Alternatively, you can create a [C library](@ref libraries). In this case, your package should
26-
define c-callable functions to be included in the sysimage. As with apps, generating a
26+
define C-callable functions to be included in the sysimage. As with apps, generating a
2727
library bundles together Julia and all dependencies in a (hopefully) redistributable
2828
directory structure that can be moved to other machines (of the same architecture).
2929

0 commit comments

Comments
 (0)