"In the above example code..." when there is no above example code.

Open
#1,824 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
35/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Stale
Tech stack
csharp
Domain
documentation

Research direction

Open concepts/generic-types/introduction.md at line 3 and compare it with the rendered C# generic-types concept page. Determine whether the referenced example should be present or the sentence should be removed. Done means the page no longer refers to an absent example and the documentation reads coherently.

Written by the indexing model from the issue text.

Description

In the file/line: csharp/concepts/generic-types/introduction.md
it says "In the above example code we are instantiating a list of strings.", but there is no example code above if viewing from this link:
https://exercism.org/tracks/csharp/concepts/generic-types

I'd fork and make a PR, but I'm not sure if the line should just simply be removed, or if something was forgotten.

Example if you wanted to add it:

List<string> strings = new List<string>();
Dominant language
C#
Stars
428
Forks
384
Avg merge
2d 2h
Merged PRs (30d)
5

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from exercism/csharp

All issues in exercism/csharp

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.