Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
fx typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Laifsyn committed Jun 5, 2024
1 parent a3ec0a5 commit fefe34e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ fn factorial(n: usize) -> Option<num_bigint::BigInt> {
}

/// Factorial Recursivo
/// Compilar con `tailcall` para obtener esta función
/// Compilar con `tailcall` para usar esta función
/// `cargo run --release --features "tailcall"`
#[cfg(feature = "tailcall")]
fn factorial<T:TryInto<u16>>(n: T) -> Option<num_bigint::BigUint> {
Expand Down

0 comments on commit fefe34e

Please sign in to comment.