Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Sources/Atoms/Snapshot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ public struct Snapshot: CustomStringConvertible {
"""
}

/// Lookup a value associated with the given atom from the set captured in this snapshot..
/// Lookup a value associated with the given atom from the set captured in this snapshot.
///
/// Note that this does not look up a overridden atom.
/// Note that this does not look up scoped or overridden atoms.
///
/// - Parameter atom: An atom to lookup.
///
Expand Down