diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-08-22 17:32:58 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-08-22 17:33:30 -0400 |
commit | 243b92e934c433f925a3830b1e9f20294c6013c6 (patch) | |
tree | c08dd25df1a762decc6b8ff778178e3914444203 /README | |
parent | 6697c86548f809bd65d3a5f736ac060ced7ccc6c (diff) | |
download | gobject-introspection-243b92e934c433f925a3830b1e9f20294c6013c6.tar.gz |
Typo
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ set of languages. Typelib ======= -The typelib is a to disk version of the GIR designed to be fast, memory +The typelib is an on-disk version of the GIR designed to be fast, memory efficient and complete enough so that language bindings can be written on top of it without other sources of information. It is normally compiled from a GIR when a library/program is installed and |