Skip to content

Commit 0aa954a

Browse files
committed
Update AAChartView.swift
1 parent 60231ea commit 0aa954a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AAInfographics/AAChartCreator/AAChartView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ extension AAChartView {
387387
}
388388
}
389389

390-
// MARK: - Addtional update Chart View Content methods
390+
// MARK: - Additional update Chart View Content methods
391391
@available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
392392
extension AAChartView {
393393
/// A common chart update function
@@ -416,7 +416,7 @@ extension AAChartView {
416416

417417
classNameStr = classNameStr.replacingOccurrences(of: "AA", with: "")
418418

419-
//convert fisrt character to be lowercase string
419+
//convert first character to be lowercase string
420420
let firstChar = classNameStr.prefix(1)
421421
let lowercaseFirstChar = firstChar.lowercased()
422422
let index = classNameStr.index(classNameStr.startIndex, offsetBy: 1)

0 commit comments

Comments
 (0)