Trivial typo

This commit is contained in:
Simon Brooke 2020-04-15 20:22:01 +01:00
parent 9937ada997
commit 66bf7ad856
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
<h4><a href="#notes-" name="notes-"></a>Notes:</h4>
<h5><a href="#characters-" name="characters-"></a>Characters:</h5>
<p><em>TODO</em> but note that at most all the receiver can learn about a character from a news item is what the giver knows about that character, degraded by what the receiver finds interesting about them. If we just pass the id here, then either the receiver knows everything in the database about the character, or else the receiver knows nothing at all about the character. Neither is desirable. Further thought needed.</p>
<p>By implication, the character values passed should include ^all^ the information the giver knows about the character; that can then be degraded as the receiver stores only that segment which the receiver finds interesting.</p>
<p>By implication, the character values passed should include <em>all</em> the information the giver knows about the character; that can then be degraded as the receiver stores only that segment which the receiver finds interesting.</p>
<h5><a href="#locations-" name="locations-"></a>Locations:</h5>
<p>A location value is a list comprising at most the x/y coordinate location and the ids of the settlement and region (possibly hierarchically) that contain the location. If the x/y is not local to the home of the receiving agent, they wont remember it and wont pass it on; if any of the ids are not interesting So location information will degrade progressively as the item is passed along.</p>
<p>It is assumed that the <code>:home</code> of a character is a location in this sense.</p>

View file

@ -41,7 +41,7 @@
character, or else the receiver knows nothing at all about the character.
Neither is desirable. Further thought needed.
By implication, the character values passed should include ^all^ the
By implication, the character values passed should include *all* the
information the giver knows about the character; that can then be degraded
as the receiver stores only that segment which the receiver finds
interesting.