mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-26 17:33:44 +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
|
defmodule Livebook.Delta.Operation do
|
||||||
@moduledoc false
|
@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:
|
# For plain-text (our use case) an operation can be either of:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue