doc: make description of pp.analyze more precise (#6726)
As @nomeata told me, it should be "try to (...)" because even with `pp.analyze` roundtripping often fails.
This commit is contained in:
parent
31929c0acd
commit
eb30249b11
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ open Meta SubExpr
|
|||
register_builtin_option pp.analyze : Bool := {
|
||||
defValue := false
|
||||
group := "pp.analyze"
|
||||
descr := "(pretty printer analyzer) determine annotations sufficient to ensure round-tripping"
|
||||
descr := "(pretty printer analyzer) try to determine annotations sufficient to ensure round-tripping"
|
||||
}
|
||||
|
||||
register_builtin_option pp.analyze.checkInstances : Bool := {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue