Fix format of elvdoc for -source.

This commit is contained in:
Qi Xiao 2021-01-03 22:36:13 +00:00
parent 09b8dcdf2f
commit d844d80ebb

View File

@ -291,7 +291,7 @@ func useMod(fm *Frame, spec string) (*Ns, error) {
// However, the file may mutate variables that already exist, and such mutations
// are persisted:
//
// ```elvish
// ```elvish-transcript
// ~> foo = lorem
// ~> echo 'foo = ipsum' > a.elv
// ~> -source a.elv