Skip to content

Commit

Permalink
fix: types in TimelineView comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs committed Oct 14, 2022
1 parent fb35eeb commit dab84cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Timeline/TimelineView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public final class TimelineView: UIView {
}
set {

// update layout attributes by separating allday from non all day events
// update layout attributes by separating all-day from non-all-day events
allDayLayoutAttributes.removeAll()
regularLayoutAttributes.removeAll()
for anEventLayoutAttribute in newValue {
Expand Down Expand Up @@ -420,7 +420,7 @@ public final class TimelineView: UIView {
}

/**
This will keep the allDayView as a staionary view in its superview
This will keep the allDayView as a stationary view in its superview

- parameter yValue: since the superview is a scrollView, `yValue` is the
`contentOffset.y` of the scroll view
Expand Down

0 comments on commit dab84cb

Please sign in to comment.