Skip to content

Commit

Permalink
Edit documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Troest committed Mar 17, 2024
1 parent 7484e0b commit ce84f1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Sources/SwiftUI Helpers/Example Views.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@


import SwiftUI
import SwiftUIHelpers

struct Geometry: View {

Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftUI Helpers/View+AnyView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import SwiftUI

extension View {
/// Returns a `View` as ``AnyView``
/// Returns a `View` as [``AnyView``](https://developer.apple.com/documentation/swiftui/anyview)
public func eraseToAnyView() -> AnyView {
return AnyView(self)
}
Expand Down

0 comments on commit ce84f1f

Please sign in to comment.