Skip to content

Commit

Permalink
Update SwiftAPIDiffExample.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rozaychen authored May 30, 2024
1 parent eeaeabe commit c9aab99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftAPIDiffExample/SwiftAPIDiffExample.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public enum SwiftAPIDiffExample {
/// Some exported struct
public struct ExampleStruct {
/// Some public field
public let exampleField: ExampleType = 123
public let exampleField: float = 123.0

/// Some private field
private let shouldntBeVisibleField1: ExampleType = 456
Expand Down

0 comments on commit c9aab99

Please sign in to comment.