Skip to content

Commit 0ab5817

Browse files
committed
Fixed another typo
1 parent 40fdf4a commit 0ab5817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! Inkwell documentation is a work in progress.
22
//!
3-
//! If you have any LLVM knowledge that could be used to improve these docs, we would grealy appreciate you opening an issue and/or a pull request on our [GitHub page](https://github.com/TheDan64/inkwell).
3+
//! If you have any LLVM knowledge that could be used to improve these docs, we would greatly appreciate you opening an issue and/or a pull request on our [GitHub page](https://github.com/TheDan64/inkwell).
44
//!
5-
//! Due to a rustdoc issue, this documentation represents only the latest supported LLVM version. We hope that this issue will be resolved in the future so multiple versions can be documented side by side.
5+
//! Due to a rustdoc issue, this documentation represents only the latest supported LLVM version. We hope that this issue will be resolved in the future so that multiple versions can be documented side by side.
66
77
#![deny(missing_debug_implementations)]
88
extern crate either;

0 commit comments

Comments
 (0)