@ -8327,11 +8327,11 @@ supported wrapper so the previous example can be rewritten as follows:
@@ -8327,11 +8327,11 @@ supported wrapper so the previous example can be rewritten as follows:
Note that `result` still refers to `Book` and not `Optional`.
Note that `result` still refers to `Book` and not `Optional`. Also, we are using the safe navigation operator here to accommodate the fact that the `Optional` maybe empty.