Skip to content

Commit 4b6bbab

Browse files
committed
docs: fix
1 parent f8a940a commit 4b6bbab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Help/DesignPatterns/FactoryMethod.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import UIKit
1010

1111
// structure Factory Method
1212
// MARK: Creator
13-
final class FactoryExercises {
13+
class FactoryExercises {
1414

1515
static let defaultFactory = FactoryExercises()
1616

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ private func respondToSwipeGesture(gesture: UIGestureRecognizer) {
13671367
13681368
// structure Factory Method
13691369
// MARK: Creator
1370-
final class FactoryExercises {
1370+
class FactoryExercises {
13711371
13721372
static let defaultFactory = FactoryExercises()
13731373

0 commit comments

Comments
 (0)