fix typo (#57)

This commit is contained in:
Brennan 2024-03-06 14:03:25 -08:00 committed by GitHub
parent b38ea4145e
commit 184b31c6b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ pub enum LoadedProgramType {
///
/// These can potentially come back alive if the environment changes.
FailedVerification(ProgramRuntimeEnvironment),
/// Tombstone for programs which were explicitly undeployoed / closed.
/// Tombstone for programs which were explicitly undeployed / closed.
#[default]
Closed,
/// Tombstone for programs which have recently been modified but the new version is not visible yet.