Skip to content

Commit a0e8712

Browse files
award999ahoppen
andauthored
Update Sources/LanguageServerProtocol/SupportTypes/PlaygroundItem.swift
Co-authored-by: Alex Hoppen <alex@alexhoppen.de>
1 parent da9c193 commit a0e8712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LanguageServerProtocol/SupportTypes/PlaygroundItem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public struct PlaygroundItem: ResponseType, Equatable {
1717
/// This identifier uniquely identifies the playground. It can be used to run an individual playground with `swift play`.
1818
public var id: String
1919

20-
/// Display name describing the test.
20+
/// Display name describing the playground.
2121
public var label: String?
2222

2323
/// The range of the playground item in the source code.

0 commit comments

Comments
 (0)