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:
Martin Dvořák 2025-01-21 16:03:48 +01:00 committed by GitHub
parent 31929c0acd
commit eb30249b11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 := {