code_samples/conditional_operator_intention: Change description to follow conventions

This commit is contained in:
Karol Lewandowski 2024-06-24 16:36:55 +02:00
parent ac27b38a36
commit 3154d84816

View File

@ -1,7 +1,7 @@
<!-- Copyright 2000-2022 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<html lang="en">
<body>
<b>SDK:</b> This intention converts a ternary operator to a corresponding if statement. <br>
Converts a ternary operator to a corresponding if statement.
</body>
</html>