Skip to content

Commit

Permalink
docs: fix description of exitCode prop
Browse files Browse the repository at this point in the history
  • Loading branch information
TorchedSammy committed Sep 2, 2023
1 parent 7fd2ed3 commit 95ac2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// #field interactive Is Hilbish in an interactive shell?
// #field login Is Hilbish the login shell?
// #field vimMode Current Vim input mode of Hilbish (will be nil if not in Vim input mode)
// #field exitCode xit code of the last executed command
// #field exitCode Exit code of the last executed command
package main

import (
Expand Down

0 comments on commit 95ac2e2

Please sign in to comment.