RedundantLetInspection: fix descriptions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection detects a redundant <b>let</b> when it includes only one call with lambda parameter.
|
||||
This inspection detects a redundant argument-based <b>let</b> call.
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection detects a redundant <b>let</b> when it includes only one call with lambda parameter as receiver.
|
||||
This inspection detects a redundant receiver-based <b>let</b> call.
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user