Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vext01 committed Feb 21, 2024
1 parent e63dd90 commit fff51cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ykrt/src/compile/jitc_yk/jit_ir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ impl Module {
///
/// Panics if:
/// - `idx` is out of bounds
/// - the type index inside the [FuncDecl] s out of bounds
/// - the type index inside the [FuncDecl] is out of bounds
/// - the type found is not a function type
///
/// If the [Module] is well-formed, then the latter two cases cannot happen.
Expand Down

0 comments on commit fff51cb

Please sign in to comment.