Skip to content

Commit 504549b

Browse files
authored
Update Safety.swift
1 parent 44b8ce1 commit 504549b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GoogleAI/Safety.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public struct SafetyRating: Equatable, Hashable {
2525

2626
/// The model-generated probability that a given piece of content falls under the harm category
2727
/// described in ``category``. This does not
28-
/// indiciate the severity of harm for a piece of content. See ``HarmProbability`` for a list of
28+
/// indicate the severity of harm for a piece of content. See ``HarmProbability`` for a list of
2929
/// possible values.
3030
public let probability: HarmProbability
3131

0 commit comments

Comments
 (0)