Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
e550494a
Commit
e550494a
authored
Apr 21, 2011
by
Lennart Kolmodin
Committed by
Ian Lynagh
Apr 22, 2011
Browse files
Fix typo in shared libraries documentation.
parent
6f9127b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/shared_libs.xml
View file @
e550494a
...
...
@@ -16,7 +16,7 @@
shared between several programs. In contrast, with static linking the
code is copied into each program. Using shared libraries can thus save
disk space. They also allow a single copy of code to be shared in memory
between several programs that use it. Shared libra
i
res are often used as
between several programs that use it. Shared librar
i
es are often used as
a way of structuring large projects, especially where different parts are
written in different programming languages. Shared libraries are also
commonly used as a plugin mechanism by various applications. This is
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment