mirror of
https://github.com/laosb/ReadabilityFramework.git
synced 2025-08-18 13:52:40 +00:00
fix: Make all classes, structs, enums & protocols public.
This commit is contained in:
parent
d3dcfc84de
commit
73b8996beb
6 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
import Foundation
|
||||
|
||||
struct RAFleschKincaidGradeScorer: RAScorer {
|
||||
public struct RAFleschKincaidGradeScorer: RAScorer {
|
||||
static let requiresCommonMetrics: Set<RACommonMetric>? = [
|
||||
.avgWordsPerSentence,
|
||||
.avgSyllablesPerWord
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
import Foundation
|
||||
|
||||
struct RAFleschReadingEaseScorer: RAScorer {
|
||||
public struct RAFleschReadingEaseScorer: RAScorer {
|
||||
static let requiresCommonMetrics: Set<RACommonMetric>? = [
|
||||
.avgWordsPerSentence,
|
||||
.avgSyllablesPerWord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue