diff options
| author | Gaëtan Gilbert | 2020-10-23 22:52:16 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-10-23 22:52:39 +0200 |
| commit | feaee688455d3fb84bc0ac2daf3b42b0864692de (patch) | |
| tree | 30342132cba37039a197ef8b119958b45756efc5 /doc/sphinx/language | |
| parent | c86f919db712cf0255a725770283e0a2cc042a1f (diff) | |
Correct doc using :>>
The cast keywords are <: and <<:, not :>/:>>
:>> stopped being a keyword in #13106
Diffstat (limited to 'doc/sphinx/language')
| -rw-r--r-- | doc/sphinx/language/core/basic.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/language/core/basic.rst b/doc/sphinx/language/core/basic.rst index 3cc3fe231a..b1f7646be0 100644 --- a/doc/sphinx/language/core/basic.rst +++ b/doc/sphinx/language/core/basic.rst @@ -172,7 +172,7 @@ Other tokens (even when starting |Coq| with the `-noinit` command-line flag):: ! #[ % & ' ( () ) * + , - -> - . .( .. ... / : ::= := :> :>> ; < <+ <- <: + . .( .. ... / : ::= := :> ; < <+ <- <: <<: <= = => > >-> >= ? @ @{ [ ] _ `( `{ { {| | } |
