Skip to content

Commit

Permalink
fix achive problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ming1016 committed Feb 10, 2022
1 parent 4a44230 commit ca2a0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftPamphletApp/Resource/Play/PlaySyntax.swift
Original file line number Diff line number Diff line change
Expand Up @@ -732,8 +732,8 @@ class PlaySyntax {
// let f3: Float16 = 5.0 // macOS 还不能用
let f4: Float32 = 5.0
let f5: Float64 = 5.0
let f6: Float80 = 5.0
print(f4, f5, f6) // 5.0 5.0 5.0
// let f6: Float80 = 5.0
print(f4, f5) // 5.0 5.0 5.0

// Double
let d1: Double = 100.0
Expand Down

0 comments on commit ca2a0b1

Please sign in to comment.