Skip to content

Commit 9cefce6

Browse files
committed
with rename and flag chapter improvement
1 parent 18a7533 commit 9cefce6

17 files changed

+8
-3
lines changed

Chapters/Country/CountriesExamples.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@ EarthMap >> openPopulatedCanvas
288288
self populatedCanvas open
289289
```
290290

291-
Now we are ready to get a map and display it.
291+
You have now all the pieces to define the method \ct{importCountriesFrom:} that loads an xml file and
292+
populate the map with country objects. Once you define it you should get ready to get a map and display it.
292293
The following snippet returns a map with filed-up countries and opens a Roassal canvas displaying all the countries.
293294

294295
```
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## A simple network simulator
1+
## A simple network simulator with payload
22
@ch:lan
33

44
In this chapter, we will develop a simulator for a computer network, from scratch, step by step. The program starts with a simplistic model of a computer network, made of objects that represent different parts of a local network such as packets, nodes, links, workstations, and hubs.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)