Maheshjayachandran / 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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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