Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay-luassat committed Jun 25, 2024
1 parent d26d33c commit 7381ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/WrkstrmFoundation/Collections/Calendar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Foundation
import WrkstrmMain

/// `Calendar` is a structure that represents a collection of events, each defined by a start and
/// end date.It stores `Event` instances in a `SortedArray`, ensuring they are always in
/// end date.It stores `Event` instances in a `SortedArray`, ensuring they are always in
/// chronological order based on their start date.
public struct Calendar {
/// A sorted array of `Event` objects.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Foundation
extension String {
/// Computes the file extension from the string representing a file path.
///
/// This computed property uses the `URL` struct from the Foundation framework to parse the
/// This computed property uses the `URL` struct from the Foundation framework to parse the
/// string as a file URL and extract its path extension. It's useful for quickly determining the
/// file type of a given file path.
///
Expand Down

0 comments on commit 7381ef0

Please sign in to comment.