* src/tgbaalgos/randomgraph.hh: Two typos, reported by Akim.

This commit is contained in:
Alexandre Duret-Lutz 2013-09-27 14:38:03 +02:00
parent 536e45b342
commit 1f1feb935d

View file

@ -70,8 +70,8 @@ namespace spot
} }
\endverbatim */ \endverbatim */
/// ///
/// Although the intent is similar, there are some differences with /// Although the intent is similar, there are some differences
/// between the above published algorithm and this implementation . /// between the above published algorithm and this implementation.
/// First labels are on transitions, and acceptance conditions are /// First labels are on transitions, and acceptance conditions are
/// generated too. Second, the number of successors of a node is /// generated too. Second, the number of successors of a node is
/// chosen in \f$[1,n]\f$ following a normal distribution with mean /// chosen in \f$[1,n]\f$ following a normal distribution with mean