diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Mistake in Documentation for goog.math.Long.shiftRightUnsigned #567

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
goog.math.Long.shiftRightUnsigned documentation says "Returns this Long with 
bits shifted to the right by the given amount, with the new top bits matching 
the current sign bit."

This actually describes goog.math.Long.shiftRight

This is visible here: 
http://docs.closure-library.googlecode.com/git/class_goog_math_Long.html

Original issue reported on code.google.com by karandik...@gmail.com on 14 Jun 2013 at 2:50

GoogleCodeExporter commented 8 years ago

Original comment by s...@google.com on 4 Aug 2015 at 6:47