Merge pull request #1425 from carlreinke/remove-asterisks

Remove superfluous asterisks
This commit is contained in:
Julien Couvreur 2018-07-29 11:16:01 -07:00 committed by GitHub
commit 68b7a84096
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
spec/documentation-comments.md Normal file → Executable file
View file

@ -192,7 +192,7 @@ __Example:__
If the source code contained a declaration like:
```csharp
/// <include file="docs.xml" *path=*'extradoc/class[@name="IntList"]/*' />
/// <include file="docs.xml" path='extradoc/class[@name="IntList"]/*' />
public class IntList { ... }
```