Skip to content

Commit 0861b69

Browse files
nlewyckyTheDan64
andauthored
Remove extra "the" in comment.
Co-Authored-By: Daniel Kolsoi <[email protected]>
1 parent ef8126a commit 0861b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/values/int_value.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ impl IntValue {
388388
/// Determines whether or not an `IntValue` is an `llvm::Constant`.
389389
///
390390
/// Constants includes values that are not known at compile time, for
391-
/// the example the address of a function casted to an integer.
391+
/// example the address of a function casted to an integer.
392392
///
393393
/// # Example
394394
///

0 commit comments

Comments
 (0)