Minor fix

removed .com from my (ian bertolacci) website link
This commit is contained in:
Ian Bertolacci 2015-07-12 16:40:32 -07:00
parent 56171326c7
commit 3ad75a4fb7

View File

@ -2,7 +2,7 @@
language: chapel
filename: learnchapel.chpl
contributors:
- ["Ian J. Bertolacci", "http://www.cs.colostate.edu/~ibertola.com/"]
- ["Ian J. Bertolacci", "http://www.cs.colostate.edu/~ibertola/"]
lang: en
---
What is Chapel?
@ -719,4 +719,4 @@ timer.clear();
// or
[ idx in myBigArray.domain ] myBigArray[idx] = -myBigArray[idx]; // iterate over indicies
```
```