Browse Source

Fixed a typo in ModList docs

pull/32/head
Anairkoen Schno 4 years ago
parent
commit
ac71325088
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      BSIPA-ModList/UI/ViewControllers/MarkdownView.cs

+ 1
- 1
BSIPA-ModList/UI/ViewControllers/MarkdownView.cs View File

@ -66,7 +66,7 @@ namespace BSIPA_ModList.UI.ViewControllers
private CommonMarkSettings settings;
/// <summary>
/// Creates a new <see cref="MarkdownView"/>. Should never be called correctly. Instead, use <see cref="GameObject.AddComponent{T}"/>.
/// Creates a new <see cref="MarkdownView"/>. Should never be called directly. Instead, use <see cref="GameObject.AddComponent{T}"/>.
/// </summary>
public MarkdownView()
{


Loading…
Cancel
Save