Skip to content

Commit

Permalink
Fix the doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scenee committed Apr 15, 2019
1 parent 23c5761 commit 8e4b56f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Framework/Sources/FloatingPanelSurfaceView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ public class FloatingPanelSurfaceView: UIView {

/// The view presents an actual surface shape.
///
/// It renders the specified background color, border line, and top rounded
/// masking a content view by other propertiea. The reason why they don't
/// apply to a content view directly is to avoid any side-effects.
/// It renders the background color, border line and top rounded corners,
/// specified by other properties. The reason why they're not be applied to
/// a content view directly is because it avoids any side-effects to the
/// content view.
public var containerView: UIView!

@available(*, unavailable, renamed: "containerView")
Expand Down

0 comments on commit 8e4b56f

Please sign in to comment.