Skip to content

Commit

Permalink
Merge pull request #40 from Dyalog/0.6.1
Browse files Browse the repository at this point in the history
Fix small issues.
  • Loading branch information
rodrigogiraoserrao authored Nov 4, 2022
2 parents bc14121 + e8a4684 commit 9c988c3
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 44 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ However, because this book is a rework of the first edition by Bernard Legrand,
this changelog also marks with [n] content that is new in this rework.


## 0.6.1

- Add section “More about DISPLAY” to chapter “Nested Arrays (Continued)”.
- Fix bad cross-reference.


## 0.6.0

- [n] Add chapter “Tacit Programming”:
Expand Down
2 changes: 1 addition & 1 deletion docs/Execute-and-Format-Control.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7818,7 +7818,7 @@
"source": [
"#### Formatting Using the Microsoft .NET Framework\n",
"\n",
"Dyalog APL has an interface to Microsoft's .NET framework, which is introduced in [a later chapter](./Interfaces.ipynb).\n",
"Dyalog APL has an interface to Microsoft's .NET framework, which is introduced in [a later chapter](./System-Interfaces.ipynb).\n",
"The .NET framework includes a vast collection of utility programs, including functions to interpret and format data according to rules defined for a given _locale_, or _culture_, or _language_ (which you can customise on your operating system).\n",
"\n",
"Let us start by declaring our intent to use the .NET framework:"
Expand Down
Loading

0 comments on commit 9c988c3

Please sign in to comment.