mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fixed a typo (#8217)
Changed "Retrieve the expression that direct represents the callee." to "Retrieve the expression that directly represents the callee.", on line 3835
This commit is contained in:
@@ -3832,7 +3832,7 @@ public:
|
||||
|
||||
using TrailingCallArguments::getArgumentLabels;
|
||||
|
||||
/// Retrieve the expression that direct represents the callee.
|
||||
/// Retrieve the expression that directly represents the callee.
|
||||
///
|
||||
/// The "direct" callee is the expression representing the callee
|
||||
/// after looking through top-level constructs that don't affect the
|
||||
|
||||
Reference in New Issue
Block a user