Skip to content

Commit

Permalink
Minor Typo and Formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
freakomonk committed Oct 27, 2016
1 parent ebd08fd commit fefc869
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -10,10 +10,10 @@ Here's the current explanation of the labels:
<thead><th>Label</th><th>Expertise Required</th><th>Notes</th></thead>
<tbody>
<tr><td>easy</td><td>Familiar with Go</td><td>Usually there would be a link to an existing implementation that is similar</td></tr>
<tr><td>requires linalg knowledge</td><td>Linear algebra knowledge required on top of being familiar with Go</td><td>Linalg knowledge will go a long way in helping identify subtler bugs</td></tr>
<tr><td>requires Linear Algebra knowledge</td><td>Linear algebra knowledge required on top of being familiar with Go</td><td>Linear Algebra knowledge will go a long way in helping identify subtler bugs</td></tr>
<tr><td>no label</td><td>Knowledge about Gorgonia</td><td></td></tr>
<tr><td>help wanted</td><td>Various expertise</td><td>Typically it means the task requires extranormal specialty that the author doesn't possess</td></tr>
<tr><td>complicated</td><td>-</td><td>The code change will affect and involve many files</td></tr>
<tr><td>help wanted</td><td>Various expertise</td><td>Typically it means the task requires extranormal speciality that the author doesn't possess</td></tr>
<tr><td>complicated</td><td>-</td><td>The code change will affect, and involve many files</td></tr>
</tbody>
</table>

Expand Down
3 changes: 1 addition & 2 deletions LICENSE
Expand Up @@ -186,5 +186,4 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS
END OF TERMS AND CONDITIONS
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ Gorgonia aims to do the same, but for the Go environment. Gorgonia is currently

The package is go-gettable: `go get -u github.com/chewxy/gorgonia`.

There are very few dependencies that Gorgonia uses - and they're all pretty stable, so as of now, there isn't a need for vendoring tools. These are the list of external packages that Gorgonia calls, ranked in order of reliance that this package has (subpackages are omitted):
There are very few dependencies that Gorgonia uses - and they're all pretty stable, so as of now there isn't a need for vendoring tools. These are the list of external packages that Gorgonia calls, ranked in order of reliance that this package has (subpackages are omitted):

|Package|Used For|Vitality|Notes|Licence|
|-------|--------|--------|-----|-------|
Expand Down

0 comments on commit fefc869

Please sign in to comment.