Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 88cbe52

Browse filesBrowse files
committed
more cspell fixes
1 parent 8dc1718 commit 88cbe52
Copy full SHA for 88cbe52

File tree

2 files changed

+12
-2
lines changed
Filter options

2 files changed

+12
-2
lines changed

‎.cspell.json

Copy file name to clipboardExpand all lines: .cspell.json
+11-1Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
// RustPython
5151
"aiterable",
5252
"alnum",
53+
"awaitpromise",
5354
"baseclass",
5455
"boxvec",
5556
"Bytecode",
@@ -67,8 +68,12 @@
6768
"GetSet",
6869
"groupref",
6970
"internable",
71+
"jserr",
72+
"jsresult",
73+
"lossily",
7074
"makeunicodedata",
7175
"miri",
76+
"nonoverlapping",
7277
"notrace",
7378
"openat",
7479
"pyarg",
@@ -96,21 +101,26 @@
96101
"PyResult",
97102
"pyslot",
98103
"PyStaticMethod",
104+
"pystone",
99105
"pystr",
100106
"pystruct",
101107
"pystructseq",
102108
"pytrace",
103109
"reducelib",
104110
"richcompare",
111+
"rustpy",
105112
"RustPython",
106113
"struc",
114+
"surrogateescape",
107115
"sysmodule",
108116
"tracebacks",
109117
"typealiases",
110-
"Unconstructible",
118+
"ufrexp",
119+
"unconstructible",
111120
"unhashable",
112121
"uninit",
113122
"unraisable",
123+
"unresizable",
114124
"wasi",
115125
"zelf",
116126
// unix

‎wtf8/src/lib.rs

Copy file name to clipboardExpand all lines: wtf8/src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ impl Wtf8 {
757757

758758
/// Create a WTF-8 slice from a WTF-8 byte slice.
759759
//
760-
// whooops! using WTF-8 for interchange!
760+
// whoops! using WTF-8 for interchange!
761761
#[inline]
762762
pub fn from_bytes(b: &[u8]) -> Option<&Self> {
763763
let mut rest = b;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.