Skip to content

Commit c92db2a

Browse files
jsomedonjonas-schievink
authored andcommitted
Update comment
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
1 parent 55d73bc commit c92db2a

File tree

1 file changed

+1
-1
lines changed
  • crates/proc_macro_api/src

1 file changed

+1
-1
lines changed

crates/proc_macro_api/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ impl ProcMacroClient {
132132
// * [b'r',b'u',b's',b't',0,0,0,5] is the first 8 bytes
133133
// * ff060000 734e6150 is followed, it's the snappy format magic bytes,
134134
// means bytes from here(including this sequence) are compressed in
135-
// snappy compression format. Version info is here inside, so decompress
135+
// snappy compression format. Version info is inside here, so decompress
136136
// this.
137137
// The bytes you get after decompressing the snappy format portion has
138138
// following layout:

0 commit comments

Comments
 (0)