Skip to content

Commit

Permalink
Fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jflan-dd committed Aug 16, 2023
1 parent 58c10cd commit a7660a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ extension PreviewSnapshots {
// MARK: Configuration name helper

private extension PreviewSnapshots.Configuration {
/// Construct a snapshot name based on the configuration name and an optional suffix.
/// Construct a snapshot name based on the configuration name and an optional prefix.
func snapshotName(prefix: String?) -> String {
guard let prefix else { return name }
return "\(prefix)-\(name)"
Expand Down

0 comments on commit a7660a9

Please sign in to comment.