Skip to content

Commit c06bf55

Browse files
authored
[skip ci] Tidyup directory structure (#129)
1 parent 3180743 commit c06bf55

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Sources/Atoms/Snapshot.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ public struct Snapshot: CustomStringConvertible {
2323
"""
2424
}
2525

26-
/// Lookup a value associated with the given atom from the set captured in this snapshot..
26+
/// Lookup a value associated with the given atom from the set captured in this snapshot.
2727
///
28-
/// Note that this does not look up a overridden atom.
28+
/// Note that this does not look up scoped or overridden atoms.
2929
///
3030
/// - Parameter atom: An atom to lookup.
3131
///

0 commit comments

Comments
 (0)