Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Typo in Customizing Operations By Using Stored Procedures #2926

Closed
adipuscasu opened this issue Jul 7, 2020 · 1 comment
Closed

Typo in Customizing Operations By Using Stored Procedures #2926

adipuscasu opened this issue Jul 7, 2020 · 1 comment
Labels
bug Something isn't working Pri3

Comments

@adipuscasu
Copy link

Describe the bug
A clear and concise description of what the bug is.
The Description section is mentioning the Northwind class (https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/linq/customizing-operations-by-using-stored-procedures#code), but the class shown in the code example inherits the Nortwnd class (https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/linq/customizing-operations-by-using-stored-procedures#code-1)

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/linq/customizing-operations-by-using-stored-procedures#code' and read the name of the class.
  2. Go to 'https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/linq/customizing-operations-by-using-stored-procedures#code-1' and read the name of the inherited class.
  3. See that the base class is named Northwnd instead of Northwind.

Expected behavior
A clear and concise description of what you expected to happen.
The base class from the code example should be named Northwind

Screenshots
If applicable, add screenshots to help explain your problem.
image
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome
  • Version 83.0.4103.116 (Official Build) (64-bit)

Additional context
Add any other context about the problem here.

@gewarren
Copy link
Member

This issue was moved to dotnet/docs#19476

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working Pri3
Projects
None yet
Development

No branches or pull requests

3 participants