diff options
| author | inaimathi <inaimathi@self> | 2015-06-06 12:53:33 -0400 | 
|---|---|---|
| committer | inaimathi <inaimathi@self> | 2015-06-06 12:53:33 -0400 | 
| commit | 21c3187f11cbb9926959af23d76743718e96d77b (patch) | |
| tree | 35b9e705aeadd9b1b5228e219570b9073cba8b10 | |
| parent | 152c03ddf9072ed80efef0528968ca132385a2aa (diff) | |
Fix indentation
| -rw-r--r-- | standard-ml.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/standard-ml.html.markdown b/standard-ml.html.markdown index 125183c0..143980e7 100644 --- a/standard-ml.html.markdown +++ b/standard-ml.html.markdown @@ -4,7 +4,7 @@ contributors:      - ["Simon Shine", "http://shine.eu.org/"]      - ["David Pedersen", "http://lonelyproton.com/"]      - ["James Baker", "http://www.jbaker.io/"] -	- ["Leo Zovic", "http://langnostic.inaimathi.ca/"] +    - ["Leo Zovic", "http://langnostic.inaimathi.ca/"]  ---  Standard ML is a functional programming language with type inference and some | 
