1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 09:44:24 +02:00

[csharp/en] libary -> library

This commit is contained in:
Jacob Ward
2016-03-13 01:03:23 -07:00
parent 68e76a8c53
commit 8b06524f3d

View File

@@ -27,7 +27,7 @@ Multi-line comments look like this
//public void MethodOrClassOrOtherWithParsableHelp() {} //public void MethodOrClassOrOtherWithParsableHelp() {}
// Specify the namespaces this source code will be using // Specify the namespaces this source code will be using
// The namespaces below are all part of the standard .NET Framework Class Libary // The namespaces below are all part of the standard .NET Framework Class Library
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Dynamic; using System.Dynamic;