File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -796,9 +796,9 @@ path = "exercises/lifetimes/lifetimes2.rs"
796
796
mode = " compile"
797
797
hint = """
798
798
Remember that the generic lifetime 'a will get the concrete lifetime that is equal to the smaller of the lifetimes of x and y.
799
- You can take at leats two paths to achieve the desidered result while keeping the inner block:
800
- 1. move string2 declaration to make it live as long as string1 (how is result declared?)
801
- 2. move println! into the inner block"""
799
+ You can take at least two paths to achieve the desired result while keeping the inner block:
800
+ 1. Move the string2 declaration to make it live as long as string1 (how is result declared?)
801
+ 2. Move println! into the inner block"""
802
802
803
803
[[exercises ]]
804
804
name = " lifetimes3"
You can’t perform that action at this time.
0 commit comments