Replace a WARNING block with IMPORTANT in a Markdown doc.

It wasn't concerned with a potential breakage, only with an important and potentially neglected step.

PiperOrigin-RevId: 738918825
This commit is contained in:
Matthias Guenther 2025-03-20 13:27:47 -07:00 committed by TensorFlower Gardener
parent d34a1f4f2b
commit b3fde30024

View File

@ -76,7 +76,7 @@ process, you can use
to automatically insert generated `CHECK` directives above each test case in an
HLO file.
> WARNING: This tool inherently assumes that the pass's current behavior is
> IMPORTANT: This tool inherently assumes that the pass's current behavior is
> correct, so make sure to look over the generated `CHECK` lines yourself and
> confirm that they match the output you expect.