hgbook

view es/undo-simple.dot @ 392:4fa646914ff8

finished translation of chapter 2, and updated project status
author Javier Rojas <jerojasro@devnull.li>
date Mon Nov 03 15:11:36 2008 -0500 (2008-11-03)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }