fix: Make all classes, structs, enums & protocols public.

This commit is contained in:
Shibo Lyu 2022-05-20 13:05:24 +08:00
parent d3dcfc84de
commit 73b8996beb
6 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@
import Foundation
struct RAFleschKincaidGradeScorer: RAScorer {
public struct RAFleschKincaidGradeScorer: RAScorer {
static let requiresCommonMetrics: Set<RACommonMetric>? = [
.avgWordsPerSentence,
.avgSyllablesPerWord

View file

@ -7,7 +7,7 @@
import Foundation
struct RAFleschReadingEaseScorer: RAScorer {
public struct RAFleschReadingEaseScorer: RAScorer {
static let requiresCommonMetrics: Set<RACommonMetric>? = [
.avgWordsPerSentence,
.avgSyllablesPerWord