Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed Sep 13, 2024
1 parent 865e7f0 commit 2af62d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typespec-client-generator-core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@ function updateTypesFromOperation(
const access = getAccessOverride(context, operation) ?? "public";
diagnostics.pipe(updateUsageOrAccessOfModel(context, access, sdkType));

// after complete of usage calculation for httpBody, check whether it has
// after completion of usage calculation for httpBody, check whether it has
// conflicting usage between multipart and regular body
if (
sdkType.kind === "model" &&
Expand Down

0 comments on commit 2af62d5

Please sign in to comment.