Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Typo in SdkDatetimeType #799

Closed
4 tasks done
ArcturusZhang opened this issue May 8, 2024 · 0 comments · Fixed by #1067
Closed
4 tasks done

[Bug]: Typo in SdkDatetimeType #799

ArcturusZhang opened this issue May 8, 2024 · 0 comments · Fixed by #1067
Assignees
Labels
bug Something isn't working lib:tcgc Issues for @azure-tools/typespec-client-generator-core library

Comments

@ArcturusZhang
Copy link
Member

Describe the bug

Spell check will flag this word Datetime, but it should be DateTime.
There are inconsistencies among TCGC:

export type SdkDatetimeType = SdkUtcDatetimeType | SdkOffsetDatetimeType;


Reproduction

Just check the code:

export type SdkDatetimeType = SdkUtcDatetimeType | SdkOffsetDatetimeType;


Checklist

  • Follow our Code of Conduct
  • Check that this issue is about the Azure libraries for typespec. For bug in the typespec language or core libraries file it in the TypeSpec repo
  • Check that there isn't already an issue that request the same bug to avoid creating a duplicate.
  • The provided reproduction is a minimal reproducible example of the bug.
@ArcturusZhang ArcturusZhang added the bug Something isn't working label May 8, 2024
@markcowl markcowl added the lib:tcgc Issues for @azure-tools/typespec-client-generator-core library label May 13, 2024
github-merge-queue bot pushed a commit that referenced this issue Jun 25, 2024
fixes #799

---------

Co-authored-by: iscai-msft <isabellavcai@gmail.com>
markcowl pushed a commit to markcowl/typespec-azure that referenced this issue Jun 26, 2024
fixes Azure#799

---------

Co-authored-by: iscai-msft <isabellavcai@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lib:tcgc Issues for @azure-tools/typespec-client-generator-core library
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants