Skip to content

Commit d53882a

Browse files
authored
fix toc error in cl/886163557 (#15996)
1 parent 89cfdde commit d53882a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FirebaseAI/Sources/PartsRepresentable.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ public extension Part {
3030
/// Enable an `Array` of ``PartsRepresentable`` values to be passed in as a single
3131
/// ``PartsRepresentable``.
3232
extension [PartsRepresentable]: PartsRepresentable {
33+
// Note: this is written as Array<T> instead of [T] because
34+
// devsite doesn't like it when a toc title begins with [].
3335
public var partsValue: [any Part] {
3436
return flatMap { $0.partsValue }
3537
}

0 commit comments

Comments
 (0)