Merge branch 'js/trace2-signo-typofix'

Documentation fix.

* js/trace2-signo-typofix:
  trace2: correct trace2 field name documentation
This commit is contained in:
Junio C Hamano 2019-07-19 11:30:23 -07:00
commit fff813c6ae

View File

@ -668,7 +668,7 @@ completed.)
"event":"signal",
...
"t_abs":0.001227, # elapsed time in seconds
"signal":13 # SIGTERM, SIGINT, etc.
"signo":13 # SIGTERM, SIGINT, etc.
}
------------