File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
//
81
81
// We can conditionally store the unwrapped value to a stored value if the optional holds a value.
82
82
//
83
- // In the foloowing block, we'll optionally bind the Int value to a constant named 'intValue'
83
+ // In the following block, we'll optionally bind the Int value to a constant named 'intValue'
84
84
if let intValue = optionalConvertedNumber
85
85
{
86
86
// No need to use the "!" suffix as intValue is not optional
87
87
intValue
88
88
89
89
// In fact, since 'intValue' is an Int (not an Int?) we can't use the force-unwrap. This line
90
- // of code wont' compile:
90
+ // of code won't compile:
91
91
// intValue!
92
92
}
93
93
else
Original file line number Diff line number Diff line change 3
3
version = " 3.0" >
4
4
<TimelineItems >
5
5
<LoggerValueHistoryTimelineItem
6
- documentLocation = " #CharacterRangeLen=0& CharacterRangeLoc=6821& EndingColumnNumber=5& EndingLineNumber=2& StartingColumnNumber=4& StartingLineNumber=2& Timestamp=424672367.449789 " >
6
+ documentLocation = " #CharacterRangeLen=0& CharacterRangeLoc=6821& EndingColumnNumber=5& EndingLineNumber=2& StartingColumnNumber=4& StartingLineNumber=2& Timestamp=428937322.498252 " >
7
7
</LoggerValueHistoryTimelineItem >
8
8
</TimelineItems >
9
9
</Timeline >
You can’t perform that action at this time.
0 commit comments