Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
p-x9 committed Apr 4, 2024
1 parent 16027e2 commit 4627a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ class JAALayer: JCALayer {

// apply properties to model from target
// targe -> model
public override func reverseApplyProperties(with target: CALayer) {
super.reverseApplyProperties(with: target)
public override func applyProperties(with target: CALayer) {
super.applyProperties(with: target)

guard let target = target as? AALayer else { return }

Expand Down

0 comments on commit 4627a61

Please sign in to comment.