mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 06:03:07 +03:00
Minor fix
removed .com from my (ian bertolacci) website link
This commit is contained in:
parent
56171326c7
commit
3ad75a4fb7
@ -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
|
||||
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user