changeset 30665:bf28cc6f2f46

doc: Fix typo in cset 4c0c02102ba9
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Sun, 23 Jan 2022 20:35:47 +0100
parents 88c7a53b8373
children f3e5f531e6b2
files doc/interpreter/genpropdoc.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/genpropdoc.m	Sun Jan 23 19:15:39 2022 +0100
+++ b/doc/interpreter/genpropdoc.m	Sun Jan 23 20:35:47 2022 +0100
@@ -984,7 +984,7 @@
 for the y-axis.  __modemsg__.  @xref{XREFylim, , @w{ylim function}}.";
         s.valid = valid_2elvec;
 
-      case "xlimitmethod"
+      case "ylimitmethod"
         s.doc = "Method used to determine the y axis limits when the \
 @code{xlimmode} property is @qcode{\"auto\"}.  The default value, \
 @qcode{\"tickaligned\"} makes limits align with the closest ticks.  With \
@@ -1031,7 +1031,7 @@
 for the z-axis.  __modemsg__.  @xref{XREFzlim, , @w{zlim function}}.";
         s.valid = valid_2elvec;
 
-      case "xlimitmethod"
+      case "zlimitmethod"
         s.doc = "Method used to determine the z axis limits when the \
 @code{xlimmode} property is @qcode{\"auto\"}.  The default value, \
 @qcode{\"tickaligned\"} makes limits align with the closest ticks.  With \