Skip to content

Commit 75a6b30

Browse files
committed
change loli because someone complained not understanding it means small
1 parent 3b27cf2 commit 75a6b30

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
@@ -24,7 +24,7 @@ All read and write access to Windows clipboard requires user to open it.
2424
```rust
2525
use clipboard_win::{Clipboard, formats, Getter, Setter};
2626

27-
const SAMPLE: &str = "MY loli sample ^^";
27+
const SAMPLE: &str = "MY smol sample ^^";
2828

2929
let _clip = Clipboard::new_attempts(10).expect("Open clipboard");
3030
formats::Unicode.write_clipboard(&SAMPLE).expect("Write sample");

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
//!```
4646
//!use clipboard_win::{Clipboard, formats, Getter, Setter};
4747
//!
48-
//!const SAMPLE: &str = "MY loli sample ^^";
48+
//!const SAMPLE: &str = "MY smol sample ^^";
4949
//!
5050
//!let _clip = Clipboard::new_attempts(10).expect("Open clipboard");
5151
//!formats::Unicode.write_clipboard(&SAMPLE).expect("Write sample");

0 commit comments

Comments
 (0)