Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jj22ee authored Jan 29, 2024
1 parent b778942 commit 50e82f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/lib/aws-xray.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,10 @@ var AWSXRay = {
/**
* Resolves the segment or subsegment given manual mode and params on the call required.
* @param [Segment|Subsegment] segment - The segment manually provided via params.XraySegment, if provided.
* @memberof AWSXRay
* @function
* @returns {Segment|Subsegment}
* @alias module:context_utils.resolveManualSegmentParams
* @see module:context_utils.resolveManualSegmentParams
*/

resolveManualSegmentParams: contextUtils.resolveManualSegmentParams,
Expand Down

0 comments on commit 50e82f9

Please sign in to comment.