fix State.Add chart so it renders in godoc

This commit is contained in:
James Bardin 2016-08-24 15:37:34 -04:00
parent 7a579c271d
commit 2a47b32374
1 changed files with 9 additions and 9 deletions

View File

@ -18,15 +18,15 @@ import (
//
// The full semantics of Add:
//
// ───────────────────────┬──────────────────────────────────────────────┐
// Module Address Resource Address Instance Address
// ───────────────────────┼───────────────────────┼──────────────────────────────────────────────┤
// ModuleState x x
// ───────────────────────┼───────────────────────┼──────────────────────────────────────────────┤
// ResourceState maybe*
// ───────────────────────┼───────────────────────┼──────────────────────────────────────────────┤
// Instance State
// ───────────────────────┴───────────────────────┴──────────────────────────────────────────────┘
// ┌───────────────────┬───────────────────┬───────────────────┐
// │ Module Address │ Resource Address │ Instance Address │
// ┌─────────────────┼───────────────────┼───────────────────┼───────────────────┤
// ModuleState │ ✓ │ x │ x │
// ├─────────────────┼───────────────────┼───────────────────┼───────────────────┤
// ResourceState │ ✓ │ ✓ │ maybe* │
// ├─────────────────┼───────────────────┼───────────────────┼───────────────────┤
// Instance State │ ✓ │ ✓ │ ✓ │
// └─────────────────┴───────────────────┴───────────────────┴───────────────────┘
//
// *maybe - Resources can be added at an instance address only if the resource
// represents a single instance (primary). Example: