mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-26 09:22:00 +08:00
Fix typo in delta operation docs (#192)
This commit is contained in:
parent
69343bfc3c
commit
9b0ac23c2c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
defmodule Livebook.Delta.Operation do
|
||||
@moduledoc false
|
||||
|
||||
# An peration represents an atomic change applicable to a text.
|
||||
# An operation represents an atomic change applicable to a text.
|
||||
#
|
||||
# For plain-text (our use case) an operation can be either of:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue