diff --git a/src/ch10-01-syntax.md b/src/ch10-01-syntax.md index 663844423..fd87cbb25 100644 --- a/src/ch10-01-syntax.md +++ b/src/ch10-01-syntax.md @@ -55,7 +55,7 @@ same type `T`. Listing 10-5 shows the combined `largest` function definition using the generic data type in its signature. The listing also shows how we can call the function with either a slice of `i32` values or `char` values. Note that this code won’t -compile yet, but we’ll fix it later in this chapter. +compile yet.