Skip to content

Commit 1c7b6ea

Browse files
LeoniePhilineLeonie Philine Bitto
andauthored
fix(docs): Add missing word in comment (follow-up to #30) (#31)
Co-authored-by: Leonie Philine Bitto <leonie@cobytes.com>
1 parent c59b504 commit 1c7b6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fn transform_sig(sig: &mut Signature, args: &RecursionArgs) {
6363
if let FnArg::Typed(pt) = arg {
6464
match pt.ty.as_mut() {
6565
// rustc can give us a None-delimited group if this type comes from
66-
// a macro_rules macro. I don't this can happen for code the user has written.
66+
// a macro_rules macro. I don't think this can happen for code the user has written.
6767
Type::Group(tg) => {
6868
if let Type::Reference(tr) = &mut *tg.elem {
6969
ref_arguments.push(tr);

0 commit comments

Comments
 (0)